mirror of
https://github.com/openssh/libopenssh
synced 2026-04-17 02:06:45 +00:00
remove the last argument from ssh_dispatch_run()
since it's always the same as the first...
This commit is contained in:
@@ -506,8 +506,7 @@ drain_output(void)
|
||||
static void
|
||||
process_buffered_input_packets(void)
|
||||
{
|
||||
dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? active_state :
|
||||
NULL);
|
||||
dispatch_run(DISPATCH_NONBLOCK, NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user