Restore data-bits options for "-sercfg" that were accidentally lost in r9214.
[u/mdw/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index e8f65b5..dafa148 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -7718,7 +7718,8 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen,
                         logevent("Server refused keyboard-interactive authentication");
                    } else if (s->type==AUTH_TYPE_GSSAPI) {
                        /* always quiet, so no c_write */
-                        logevent("GSSAPI authentication failed");
+                        /* also, the code down in the GSSAPI block has
+                         * already logged this in the Event Log */
                    } else if (s->type == AUTH_TYPE_KEYBOARD_INTERACTIVE) {
                         logevent("Keyboard-interactive authentication failed");
                        c_write_str(ssh, "Access denied\r\n");