diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-03-15 03:15:18 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-03-15 03:15:18 +0000 |
| commit | e4fe1ca667a6bded334e9ce9df916b6336c68462 (patch) | |
| tree | a4f23e3f7e77f622c4361a9c490afa2e1940c5d4 | |
| parent | 50b19f19780cc909084fc8607523ca2883026368 (diff) | |
Notes
| -rw-r--r-- | crypto/openssh/auth2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 8b13de038cf3..6785facdb0ef 100644 --- a/crypto/openssh/auth2.c +++ b/crypto/openssh/auth2.c @@ -215,6 +215,7 @@ input_userauth_request(int type, int plen, void *ctxt) #endif } else { log("input_userauth_request: illegal user %s", user); + authctxt->pw = NULL; } authctxt->user = xstrdup(user); authctxt->service = xstrdup(service); |
