You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mt...@apache.org on 2003/12/06 19:10:54 UTC

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

mturk       2003/12/06 10:10:54

  Modified:    daemon/src/native/nt/procrun procrun.c
  Log:
  Fix the typo in PROCRUN_PARAMS_ENVIRONMENT parsing.
  Thanks to Will Barker for the patch.
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-commons/daemon/src/native/nt/procrun/procrun.c
  
  Index: procrun.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/procrun.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- procrun.c	9 Oct 2003 07:16:09 -0000	1.9
  +++ procrun.c	6 Dec 2003 18:10:53 -0000	1.10
  @@ -2128,7 +2128,7 @@
                   proc->service.environment[i] = '\0';
           }
           set_service_param(proc, PROCRUN_PARAMS_ENVIRONMENT,
  -                        proc->service.environment, 1+2, 0);
  +                        proc->service.environment, l+2, 0);
       }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org