summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-28 09:21:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-28 09:21:07 +0200
commit858f1efd05a2f3c8bc6a0edf8a01f40e27f02407 (patch)
tree901f8b4d67611d043aad2f5cbdc04eea10ed5281 /tools
parent76e4eb29d4343d11cb2e4b354f7d7d14df707b7a (diff)
downloadrsyslog-858f1efd05a2f3c8bc6a0edf8a01f40e27f02407.tar.gz
rsyslog-858f1efd05a2f3c8bc6a0edf8a01f40e27f02407.tar.xz
rsyslog-858f1efd05a2f3c8bc6a0edf8a01f40e27f02407.zip
preparation for bughunt
including some cleanups
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 4327ab7f..634794ef 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -1553,8 +1553,7 @@ submitMsg(msg_t *pMsg)
}
-/*
- * Log a message to the appropriate log files, users, etc. based on
+/* Log a message to the appropriate log files, users, etc. based on
* the priority.
* rgerhards 2004-11-08: actually, this also decodes all but the PRI part.
* rgerhards 2004-11-09: ... but only, if syslogd could properly be initialized
@@ -2208,12 +2207,12 @@ init(void)
tplDeleteNew();
/* re-setting values to defaults (where applicable) */
- /* TODO: once we have loadable modules, we must re-visit this code. The reason is
+ /* once we have loadable modules, we must re-visit this code. The reason is
* that config variables are not re-set, because the module is not yet loaded. On
* the other hand, that doesn't matter, because the module got unloaded and is then
- * re-loaded, so the variables should be re-set via that way. In any case, we should
- * think about the whole situation when we implement loadable plugins.
- * rgerhards, 2007-07-31
+ * re-loaded, so the variables should be re-set via that way. And this is exactly how
+ * it works. Loadable module's variables are initialized on load, the rest here.
+ * rgerhards, 2008-04-28
*/
conf.cfsysline((uchar*)"ResetConfigVariables");