diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-09 13:50:30 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-09 13:50:30 +0000 |
commit | fb42690e72c6e6f20e6d58ac15e4c359a5b33551 (patch) | |
tree | bcb15302b04672468d0d1868cda7cadbeaab9e9d | |
parent | de00dd2a7ea6202c2f154f2e3f4fd54e3cac32cc (diff) | |
download | rsyslog-fb42690e72c6e6f20e6d58ac15e4c359a5b33551.tar.gz rsyslog-fb42690e72c6e6f20e6d58ac15e4c359a5b33551.tar.xz rsyslog-fb42690e72c6e6f20e6d58ac15e4c359a5b33551.zip |
added important TODO item
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3547,6 +3547,8 @@ static void die(int sig) /* de-init some modules */ modExitIminternal(); + /*TODO: the module config command handlers must also be freed! */ + /* TODO: this would also be the right place to de-init the builtin output modules. We * do not currently do that, because the module interface does not allow for * it. This will come some time later (it's essential with loadable modules). |