commit | 28156642773d000dc155f03b3eb59d1787506c14 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 26 16:13:36 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 26 16:13:36 2007 +0100 |
tree | a0828db7b08a113472b822a890ba9bb3d1698aba | |
parent | dcd4771b3d462cfeba17c503d29a81698fd162df [diff] |
[BUG] relative_pid was not initialized
diff --git a/src/haproxy.c b/src/haproxy.c index bff2142..5a79646 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 = {