From c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 22 Jul 2007 10:20:47 +0000 Subject: changed calling interface for doAction() as a reminder for the other modules --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index aaacd983..f36fb16b 100644 --- a/syslogd.c +++ b/syslogd.c @@ -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 -- cgit