Author: des
Date: Tue Nov 24 16:07:03 2015
New Revision: 291261
URL: https://svnweb.freebsd.org/changeset/base/291261
Log:
Revert inadvertent commit of an incorrect patch
Modified:
head/crypto/openssh/session.c
Modified: head/crypto/openssh/session.c
==============================================================================
--- head/crypto/openssh/session.c Tue Nov 24 16:06:15 2015
(r291260)
+++ head/crypto/openssh/session.c Tue Nov 24 16:07:03 2015
(r291261)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"