diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2007-03-09 09:40:23 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2007-03-09 09:40:23 +0000 |
commit | 15543aadb309a05769091a5aeb17054bb25f2ecf (patch) | |
tree | b7acc56d2085cff4c8c2d3fb81a576bfe6af07b1 /usr.sbin/daemon | |
parent | 12d7249e24f4660e13798b32fae7ce55d4b23cc9 (diff) | |
download | src-15543aadb309a05769091a5aeb17054bb25f2ecf.tar.gz src-15543aadb309a05769091a5aeb17054bb25f2ecf.zip |
Notes
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r-- | usr.sbin/daemon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c index 1534011233a2..43c6f8ca4f85 100644 --- a/usr.sbin/daemon/daemon.c +++ b/usr.sbin/daemon/daemon.c @@ -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; |