aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/auth.c')
-rw-r--r--libssh/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/auth.c b/libssh/auth.c
index 171f4b75..9349cc72 100644
--- a/libssh/auth.c
+++ b/libssh/auth.c
@@ -160,7 +160,8 @@ static int wait_auth_status(ssh_session session, int kbdint) {
break;
}
default:
- packet_parse(session);
+ //packet_parse(session);
+ //FIXME: broken
break;
}
}