X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fhtparser.c;h=e281abd85701d9b11bea7e9aa7bd9323b6b0d2ff;hb=56e1ccba9f8df6e59711d067c6fcb05b74fc35ca;hp=b7435b9be18972793a43e1bc6cea753f7450d1a0;hpb=eb174cf6ed3d71e9ed521733a139cb77338898c7;p=ashd.git 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) {