aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-30 23:22:40 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-30 23:22:40 +0000
commit2daf38ce8feb024175edd354b4e9933390fc74f4 (patch)
tree36295041ebab9dac3ccff939f523f84360b71fd8
parentf24c95f3f37724d5a4e5806ee7e3d30a5546ce44 (diff)
downloadrspamd-2daf38ce8feb024175edd354b4e9933390fc74f4.tar.gz
rspamd-2daf38ce8feb024175edd354b4e9933390fc74f4.zip
Fix syntax error.
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8f7333434..a4240aa9c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1113,7 +1113,7 @@ main (gint argc, gchar **argv, gchar **env)
/* Override pidfile from configuration by command line argument */
if (rspamd_pidfile != NULL) {
- cfg->pid_file = rspamd_pidfile;
+ rspamd_main->cfg->pid_file = rspamd_pidfile;
}
/* Force debug log */