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 5fff83e commit 0bc8bdfCopy full SHA for 0bc8bdf
src/analysisd/config.c
@@ -32,8 +32,8 @@ int GlobalConf(const char *cfgfile)
32
Config.prelude = 0;
33
Config.zeromq_output = 0;
34
Config.zeromq_output_uri = NULL;
35
- Config.zeromq_output_server_cert = NULL;
36
- Config.zeromq_output_client_cert = NULL;
+ Config.zeromq_output_server_cert = NULL;
+ Config.zeromq_output_client_cert = NULL;
37
Config.jsonout_output = 0;
38
Config.memorysize = 1024;
39
Config.mailnotify = -1;
0 commit comments