Revert inadvertent commit of an incorrect patch
This commit is contained in:
parent
db83e5424b
commit
af12673615
@ -1432,8 +1432,7 @@ static void
|
||||
do_nologin(struct passwd *pw)
|
||||
{
|
||||
FILE *f = NULL;
|
||||
char buf[1024], *def_nl = _PATH_NOLOGIN;
|
||||
const char *nl;
|
||||
char buf[1024], *nl, *def_nl = _PATH_NOLOGIN;
|
||||
struct stat sb;
|
||||
|
||||
#ifdef HAVE_LOGIN_CAP
|
||||
|
Loading…
Reference in New Issue
Block a user