]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUG] relative_pid was not initialized
authorWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2007 15:13:36 +0000 (16:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2007 15:13:36 +0000 (16:13 +0100)
src/haproxy.c

index bff21422704ca227bbd34ab70bd5b168028d5dc1..5a79646ba396e2f67fbbf9517a5934c00432f022 100644 (file)
 char *cfg_cfgfile = NULL;      /* configuration file */
 char *progname = NULL;         /* program name */
 int  pid;                      /* current process id */
-int  relative_pid;             /* process id starting at 1 */
+int  relative_pid = 1;         /* process id starting at 1 */
 
 /* global options */
 struct global global = {