Initialize *pfh to NULL to quiet a gcc warning, not part of my original
commit because it was not part of the new code.
This commit is contained in:
parent
2ade333019
commit
55ca7cf75c
@ -48,7 +48,7 @@ static void usage(void);
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
struct pidfh *pfh;
|
||||
struct pidfh *pfh = NULL;
|
||||
int ch, nochdir, noclose, errcode;
|
||||
const char *pidfile, *user, *group;
|
||||
pid_t otherpid;
|
||||
|
Loading…
Reference in New Issue
Block a user