summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/session.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2015-11-24 16:06:15 +0000
committerdes <des@FreeBSD.org>2015-11-24 16:06:15 +0000
commit70c2c51da2ce1faac20da263b3a96ccb26d677f3 (patch)
tree2486dba0b3da0725b26bdb96a433840ed69cc846 /crypto/openssh/session.c
parent745eb99f16975feb3b889e9cbd120749a5edfc2e (diff)
downloadFreeBSD-src-70c2c51da2ce1faac20da263b3a96ccb26d677f3.zip
FreeBSD-src-70c2c51da2ce1faac20da263b3a96ccb26d677f3.tar.gz
Remove description of the now-defunct NoneEnabled option.
Diffstat (limited to 'crypto/openssh/session.c')
-rw-r--r--crypto/openssh/session.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c
index 430fc1e..56252f9 100644
--- a/crypto/openssh/session.c
+++ b/crypto/openssh/session.c
@@ -1432,7 +1432,8 @@ static void
do_nologin(struct passwd *pw)
{
FILE *f = NULL;
- char buf[1024], *nl, *def_nl = _PATH_NOLOGIN;
+ char buf[1024], *def_nl = _PATH_NOLOGIN;
+ const char *nl;
struct stat sb;
#ifdef HAVE_LOGIN_CAP
OpenPOWER on IntegriCloud