diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 10:20:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 10:20:47 +0000 |
commit | c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1 (patch) | |
tree | e21ffca888e1097b2a3aaae22db7ffc7fcf49b9d /syslogd.c | |
parent | 916449ce6e04c3238b65679ab6d92dfc8f5a211c (diff) | |
download | rsyslog-c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1.tar.gz rsyslog-c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1.tar.bz2 rsyslog-c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1.zip |
changed calling interface for doAction() as a reminder for the other
modules
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4383,7 +4383,7 @@ void fprintlog(register selector_t *f) case F_USERS: case F_WALL: f->f_time = now; - doActionUsrMsg(f, now); + doActionUsrMsg(f); break; #ifdef WITH_DB |