diff options
author | 2002-06-30 21:59:45 +0000 | |
---|---|---|
committer | 2002-06-30 21:59:45 +0000 | |
commit | 9e6850eb0dbdf34d4123134be1bfbb06470fd401 (patch) | |
tree | 871b410d9736c77c1e0845f662fab718e360d070 /usr.bin/ssh/sshconnect2.c | |
parent | lint asks that we use names that do not overlap (diff) | |
download | wireguard-openbsd-9e6850eb0dbdf34d4123134be1bfbb06470fd401.tar.xz wireguard-openbsd-9e6850eb0dbdf34d4123134be1bfbb06470fd401.zip |
minor KNF
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index dce933b390c..ca8bd068148 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect2.c,v 1.105 2002/06/23 03:30:17 deraadt Exp $"); +RCSID("$OpenBSD: sshconnect2.c,v 1.106 2002/06/30 21:59:45 deraadt Exp $"); #include "ssh.h" #include "ssh2.h" @@ -422,7 +422,7 @@ input_userauth_pk_ok(int type, u_int32_t seq, void *ctxt) clear_auth_state(authctxt); dispatch_set(SSH2_MSG_USERAUTH_PK_OK, NULL); - /* try another method if we did not send a packet*/ + /* try another method if we did not send a packet */ if (sent == 0) userauth(authctxt, NULL); |