From 3453e77741eb5a9a2950307a8539e993a8870436 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 20 Jun 2001 21:16:56 +0000 Subject: clean up some compiler warnings --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/process.c') diff --git a/src/process.c b/src/process.c index 4ff805ef..585123c4 100644 --- a/src/process.c +++ b/src/process.c @@ -137,7 +137,7 @@ int monitor(char *cmdname, int pid, int numfds, int *fds, int reexec, int quiet, char **cmdargs=NULL; char **tmpargs=NULL; int cmdargc; - char *procpath; + char *procpath = NULL; if (reexec) { procpath=malloc(20*sizeof(char)); -- cgit