1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

client: Fix another source of endless wait.

This commit is contained in:
rofl0r
2011-08-05 10:30:54 +02:00
committed by Andreas Schneider
parent 7ccd9c31b3
commit 35686b4822
2 changed files with 15 additions and 13 deletions

View File

@@ -255,7 +255,7 @@ static int wait_auth_status(ssh_session session) {
enter_function();
if(ssh_is_blocking(session)){
if(ssh_handle_packets_termination(session,-1,auth_status_termination,
if(ssh_handle_packets_termination(session, -2, auth_status_termination,
session) == SSH_ERROR){
leave_function();
return SSH_AUTH_ERROR;