mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
[BUG] relative_pid was not initialized
This commit is contained in:
parent
dcd4771b3d
commit
2815664277
@ -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…
x
Reference in New Issue
Block a user