From 138afedddb574993d5149a3628c9ba897459d469 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 17 Jun 2001 20:08:30 +0000 Subject: make it compile again (small bugfixes after sighandler checkin) --- ulogd/ulogd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ulogd/ulogd.c') diff --git a/ulogd/ulogd.c b/ulogd/ulogd.c index a13f5a0..a62331a 100644 --- a/ulogd/ulogd.c +++ b/ulogd/ulogd.c @@ -1,6 +1,6 @@ -/* ulogd, Version $Revision: 1.16 $ +/* ulogd, Version $Revision: 1.17 $ * - * $Id: ulogd.c,v 1.16 2001/05/26 23:19:28 laforge Exp $ + * $Id: ulogd.c,v 1.17 2001/06/14 19:25:25 laforge Exp $ * * userspace logging daemon for the netfilter ULOG target * of the linux 2.4 netfilter subsystem. @@ -521,8 +521,8 @@ static void sighup_handler(int signal) ulogd_log(ULOGD_NOTICE, "sighup received, calling plugin handlers\n"); for (p = ulogd_outputs; p; p = p->next) { - if (p->sighup) - (*p->sighup)(SIGHUP); + if (p->signal) + (*p->signal)(SIGHUP); } } -- cgit v1.2.3