Revert inadvertent commit of an incorrect patch

This commit is contained in:
Dag-Erling Smørgrav 2015-11-24 16:07:03 +00:00
parent db83e5424b
commit af12673615
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291261

View File

@ -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