mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
channel: Fix packets termination timeout in global_request().
BUG: https://red.libssh.org/issues/126
This commit is contained in:
@@ -2132,7 +2132,7 @@ static int global_request(ssh_session session, const char *request,
|
|||||||
}
|
}
|
||||||
pending:
|
pending:
|
||||||
rc = ssh_handle_packets_termination(session,
|
rc = ssh_handle_packets_termination(session,
|
||||||
SSH_TIMEOUT_USER,
|
SSH_TIMEOUT_DEFAULT,
|
||||||
ssh_global_request_termination,
|
ssh_global_request_termination,
|
||||||
session);
|
session);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user