No need to init this.

This commit is contained in:
Roy Marples 2008-04-30 12:26:38 +00:00
parent 10910876d1
commit a818eebf7b

View File

@ -84,7 +84,7 @@ static bool pid_is_exec(pid_t pid, const char *const *argv)
char cmdline[32];
char buffer[PATH_MAX];
char *p;
int fd = -1;
int fd;
int r;
/* Check it's the right binary */