diff options
author | 2001-02-08 18:12:30 +0000 | |
---|---|---|
committer | 2001-02-08 18:12:30 +0000 | |
commit | 5ad0f28170b49b9776a16b978fcba9eae25961fd (patch) | |
tree | ed6796d7d1e4efff7efdacdd6d1e658f3ae33302 /usr.bin/ssh | |
parent | typo (diff) | |
download | wireguard-openbsd-5ad0f28170b49b9776a16b978fcba9eae25961fd.tar.xz wireguard-openbsd-5ad0f28170b49b9776a16b978fcba9eae25961fd.zip |
fix typo
Diffstat (limited to 'usr.bin/ssh')
-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) |