diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/process.c | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-06-21 Bill Nottingham <notting@redhat.com> + * syssconfig/network-scripts/ifup-aliases: + um, can't 'return' from a shell script + * src/process.c: fix bug in parsing command arguments diff --git a/src/process.c b/src/process.c index ccde94cc..24650727 100644 --- a/src/process.c +++ b/src/process.c @@ -156,6 +156,8 @@ int monitor(char *cmdname, int pid, int numfds, int *fds, int reexec, int quiet, logString(cmdname,tmpstr); } } else { + int z; + cmdargs=NULL; tmpargs=NULL; cmdargc=0; |