1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

gssapi: Fix indentation.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2013-07-13 15:17:50 +02:00
committed by Andreas Schneider
parent c231029be3
commit c44029e5ce

View File

@@ -440,10 +440,10 @@ SSH_PACKET_CALLBACK(ssh_packet_userauth_gssapi_mic){
goto end;
error:
error:
ssh_auth_reply_default(session,0);
end:
end:
ssh_gssapi_free(session);
if(mic_buffer != NULL)
ssh_buffer_free(mic_buffer);