mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-05 01:02:39 +03:00
gssapi: Use correct return code in ssh_gssapi_auth_mic()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -716,7 +716,7 @@ int ssh_gssapi_auth_mic(ssh_session session){
|
|||||||
"importing name",
|
"importing name",
|
||||||
maj_stat,
|
maj_stat,
|
||||||
min_stat);
|
min_stat);
|
||||||
return SSH_PACKET_USED;
|
return SSH_AUTH_DENIED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* copy username */
|
/* copy username */
|
||||||
|
|||||||
Reference in New Issue
Block a user