summaryrefslogtreecommitdiff
path: root/kexgssc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexgssc.c')
-rw-r--r--kexgssc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kexgssc.c b/kexgssc.c
index 14f559883..92a31c5a3 100644
--- a/kexgssc.c
+++ b/kexgssc.c
@@ -61,7 +61,6 @@ kexgss_client(Kex *kex) {
61 u_char *serverhostkey = NULL; 61 u_char *serverhostkey = NULL;
62 u_char *empty = ""; 62 u_char *empty = "";
63 char *msg; 63 char *msg;
64 char *lang;
65 int type = 0; 64 int type = 0;
66 int first = 1; 65 int first = 1;
67 int nbits = 0, min = DH_GRP_MIN, max = DH_GRP_MAX; 66 int nbits = 0, min = DH_GRP_MIN, max = DH_GRP_MAX;
@@ -220,7 +219,7 @@ kexgss_client(Kex *kex) {
220 maj_status = packet_get_int(); 219 maj_status = packet_get_int();
221 min_status = packet_get_int(); 220 min_status = packet_get_int();
222 msg = packet_get_string(NULL); 221 msg = packet_get_string(NULL);
223 lang = packet_get_string(NULL); 222 (void) packet_get_string_ptr(NULL);
224 fatal("GSSAPI Error: \n%.400s",msg); 223 fatal("GSSAPI Error: \n%.400s",msg);
225 default: 224 default:
226 packet_disconnect("Protocol error: didn't expect packet type %d", 225 packet_disconnect("Protocol error: didn't expect packet type %d",