mirror of
https://github.com/openssh/libopenssh
synced 2026-04-27 07:09:15 +00:00
remove DISPATCH_COMPAT
This commit is contained in:
@@ -1409,7 +1409,10 @@ client_process_output(struct ssh *ssh, fd_set *writeset)
|
||||
static void
|
||||
client_process_buffered_input_packets(struct ssh *ssh)
|
||||
{
|
||||
ssh_dispatch_run(ssh, DISPATCH_NONBLOCK, &quit_pending);
|
||||
int r;
|
||||
|
||||
if ((r = ssh_dispatch_run(ssh, DISPATCH_NONBLOCK, &quit_pending)) != 0)
|
||||
fatal("%s: %s", __func__, ssh_err(r));
|
||||
}
|
||||
|
||||
/* scan buf[] for '~' before sending data to the peer */
|
||||
|
||||
Reference in New Issue
Block a user