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:
committed by
Andreas Schneider
parent
c231029be3
commit
c44029e5ce
@@ -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);
|
||||
|
Reference in New Issue
Block a user