From a1a3489bbae23eb6927e7ae9d0d77326b4fde78e Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 15 May 2021 03:33:27 +0200 Subject: [PATCH] htparser: Fixed pidfile initialization bug. --- src/htparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0