Oops - fix that fix :-/
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 22 Aug 2001 20:23:49 +0000 (20:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 22 Aug 2001 20:23:49 +0000 (20:23 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1197 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index c75c8fe..a639019 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -3497,7 +3497,7 @@ static void do_ssh2_authconn(unsigned char *in, int inlen, int ispkt)
                 * This is a further prompt in keyboard-interactive
                 * authentication. Do nothing.
                 */
-           } else if (!pktin.type != SSH2_MSG_USERAUTH_FAILURE) {
+           } else if (pktin.type != SSH2_MSG_USERAUTH_FAILURE) {
                bombout(("Strange packet received during authentication: type %d",
                         pktin.type));
                crReturnV;