X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fhtparser.c;fp=src%2Fhtparser.c;h=e281abd85701d9b11bea7e9aa7bd9323b6b0d2ff;hp=b7435b9be18972793a43e1bc6cea753f7450d1a0;hb=a1a3489bbae23eb6927e7ae9d0d77326b4fde78e;hpb=62687b1f636746105fba821d2a9006e48b5fe8be diff --git a/src/htparser.c b/src/htparser.c index b7435b9..e281abd 100644 --- a/src/htparser.c +++ b/src/htparser.c @@ -607,7 +607,7 @@ int main(int argc, char **argv) struct passwd *pwent; daemonize = usesyslog = 0; - root = NULL; + root = pidfile = NULL; pwent = NULL; while((c = getopt(argc, argv, "+hSfu:r:p:")) >= 0) { switch(c) {