diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-08 18:12:31 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-08 18:12:31 +0000 |
commit | c95438684ebd5a36865eed2a1ce309bee6550dd9 (patch) | |
tree | a6a00ee95dd85eced26c42ec9e7e2f3cbeddb144 /usr.bin | |
parent | aebed34dd84e3f1e02cef57278ed59af90a1658e (diff) |
fix typo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/auth2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index 7fa18c37e3c..89dcef577c2 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.37 2001/02/07 22:35:46 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.38 2001/02/08 18:12:30 markus Exp $"); #include <openssl/evp.h> @@ -437,7 +437,7 @@ userauth_pubkey(Authctxt *authctxt) packet_put_string(pkblob, blen); packet_send(); packet_write_wait(); - authenticated = -1; + authctxt->postponed = 1; } } if (authenticated != 1) |