diff options
author | des <des@FreeBSD.org> | 2015-11-24 16:07:03 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-11-24 16:07:03 +0000 |
commit | a02e9843fe7e2547efa40d2e07f1f38d6932c847 (patch) | |
tree | 4b59148e62884f9366a53b7a59a2a5469c789e96 /crypto | |
parent | 70c2c51da2ce1faac20da263b3a96ccb26d677f3 (diff) | |
download | FreeBSD-src-a02e9843fe7e2547efa40d2e07f1f38d6932c847.zip FreeBSD-src-a02e9843fe7e2547efa40d2e07f1f38d6932c847.tar.gz |
Revert inadvertent commit of an incorrect patch
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c index 56252f9..430fc1e 100644 --- a/crypto/openssh/session.c +++ b/crypto/openssh/session.c @@ -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 |