mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Fix SSH1 related warning
This commit is contained in:
@@ -538,6 +538,10 @@ int ssh_service_request(ssh_session session, const char *service) {
|
||||
case SSH_AUTH_SERVICE_SENT:
|
||||
rc=SSH_AGAIN;
|
||||
break;
|
||||
case SSH_AUTH_SERVICE_USER_SENT:
|
||||
/* Invalid state, SSH1 specific */
|
||||
rc=SSH_ERROR;
|
||||
break;
|
||||
}
|
||||
|
||||
leave_function();
|
||||
|
||||
Reference in New Issue
Block a user