mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03: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