From e9c3de7bfd158eed7d5a16105d7b43fb203322f4 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 29 Apr 2004 10:58:40 +0000 Subject: [PATCH] From Openwalls: needs to be a USER_PROCESS --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslogd.c b/syslogd.c index 1e766e4..b3cbe4b 100644 --- a/syslogd.c +++ b/syslogd.c @@ -1935,7 +1935,7 @@ void wallmsg(f, iov) /* is this slot used? */ if (ut.ut_name[0] == '\0') continue; - if (ut.ut_type == LOGIN_PROCESS) + if (ut.ut_type != USER_PROCESS) continue; if (!(strcmp (ut.ut_name,"LOGIN"))) /* paranoia */ continue;