X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/e78b01884ed5d53673dc87d11c5e73a101ee73f5..0b2e7773bcb72904618e4ad410f71fba49848416:/openssh/kexgssc.c diff --git a/openssh/kexgssc.c b/openssh/kexgssc.c index 52b569f..9b6e0b7 100644 --- a/openssh/kexgssc.c +++ b/openssh/kexgssc.c @@ -177,7 +177,7 @@ kexgss_client(Kex *kex) min_status=packet_get_int(); msg=packet_get_string(NULL); lang=packet_get_string(NULL); - fprintf(stderr,"GSSAPI Error: \n%s",msg); + fatal("GSSAPI Key Exchange Error: \n%s",msg); default: packet_disconnect("Protocol error: didn't expect packet type %d", type);