From Openwalls: needs to be a USER_PROCESS
This commit is contained in:
parent
669d9991b7
commit
e9c3de7bfd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user