diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-29 10:17:54 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-29 10:17:54 +0000 |
commit | b3ba3d42086d67611ba7bf6c78591e41ad0c0b7a (patch) | |
tree | 22e5d69fbbdac337905a9182a13ac13a4f5699b6 /src/rspamd.c | |
parent | ab9ccf06ea9e3122c1fe43c3cc162c36d14ccc7d (diff) | |
download | rspamd-b3ba3d42086d67611ba7bf6c78591e41ad0c0b7a.tar.gz rspamd-b3ba3d42086d67611ba7bf6c78591e41ad0c0b7a.zip |
Fix other usages of ottery_init
Diffstat (limited to 'src/rspamd.c')
-rw-r--r-- | src/rspamd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rspamd.c b/src/rspamd.c index a71b58810..c99cfe889 100644 --- a/src/rspamd.c +++ b/src/rspamd.c @@ -178,7 +178,6 @@ read_cmd_line (gint *argc, gchar ***argv, struct rspamd_config *cfg) r = fork (); if (r == 0) { /* Spawning new main process */ - ottery_init (NULL); cfg->cfg_name = cfg_names[i]; (void)setsid (); } |