mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 09:21:35 -04:00
[BUG] relative_pid was not initialized
This commit is contained in:
parent
dcd4771b3d
commit
2815664277
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue