From: Willy Tarreau Date: Mon, 26 Nov 2007 15:13:36 +0000 (+0100) Subject: [BUG] relative_pid was not initialized X-Git-Tag: v1.3.14~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28156642773d000dc155f03b3eb59d1787506c14;p=thirdparty%2Fhaproxy.git [BUG] relative_pid was not initialized --- diff --git a/src/haproxy.c b/src/haproxy.c index bff2142270..5a79646ba3 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -110,7 +110,7 @@ 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 = {