summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/syslogd.c b/syslogd.c
index 7d28a3cc..b1572f18 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -2834,8 +2834,6 @@ init(void)
*/
cfsysline((uchar*)"ResetConfigVariables");
- legacyOptsHook();
-
/* open the configuration file */
if((iRet = processConfFile(ConfFile)) != RS_RET_OK) {
/* rgerhards: this code is executed to set defaults when the
@@ -2856,6 +2854,8 @@ init(void)
selectorAddList(f);
}
+ legacyOptsHook();
+
/* we are now done with reading the configuration. This is the right time to
* free some objects that were just needed for loading it. rgerhards 2005-10-19
*/