mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 09:45:53 +00:00
remove the last argument from ssh_dispatch_run()
since it's always the same as the first...
This commit is contained in:
@@ -1325,8 +1325,7 @@ client_process_output(fd_set *writeset)
|
||||
static void
|
||||
client_process_buffered_input_packets(void)
|
||||
{
|
||||
dispatch_run(DISPATCH_NONBLOCK, &quit_pending,
|
||||
compat20 ? active_state : NULL);
|
||||
dispatch_run(DISPATCH_NONBLOCK, &quit_pending);
|
||||
}
|
||||
|
||||
/* scan buf[] for '~' before sending data to the peer */
|
||||
|
||||
Reference in New Issue
Block a user