svn commit: r291261 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Tue Nov 24 16:07:04 UTC 2015


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


More information about the svn-src-all mailing list