summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-25 10:36:13 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-25 10:36:13 +0000
commita3192ac18ed9df7d95d0c8d5795994e867c85eca (patch)
tree4444071f9615b71645ea652ef0feaa12db7657e6 /syslogd.c
parent4c69b80ca0366db28bbbb46ddd03dfbc9d85b09c (diff)
downloadrsyslog-a3192ac18ed9df7d95d0c8d5795994e867c85eca.tar.gz
rsyslog-a3192ac18ed9df7d95d0c8d5795994e867c85eca.tar.xz
rsyslog-a3192ac18ed9df7d95d0c8d5795994e867c85eca.zip
changed calling interface for freeInstance() - need to work with dual
buffers in order to change output modules one by one
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 53d6bd43..d70d34cd 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -4121,7 +4121,7 @@ static void freeSelectors(void)
free(f->f_psziov);
/* free the action instances */
- f->pMod->freeInstance(f);
+ f->pMod->freeInstance(f, f->pModData);
# ifdef USE_PTHREADS
/* delete any mutex objects, if present */
if( ( (f->f_type == F_FORW_SUSP)