We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a81e2 commit 22bf353Copy full SHA for 22bf353
src/conf.c
@@ -193,6 +193,7 @@ config_init(void)
193
config.clienttimeout = DEFAULT_CLIENTTIMEOUT;
194
config.checkinterval = DEFAULT_CHECKINTERVAL;
195
config.daemon = -1;
196
+ config.pidfile = NULL;
197
config.wdctl_sock = safe_strdup(DEFAULT_WDCTL_SOCK);
198
config.internal_sock = safe_strdup(DEFAULT_INTERNAL_SOCK);
199
config.rulesets = NULL;
0 commit comments