remove the last argument from ssh_dispatch_run()

since it's always the same as the first...
This commit is contained in:
Markus Friedl
2012-01-10 12:55:29 +01:00
parent e38108317d
commit 36bd2a3bbd
8 changed files with 11 additions and 13 deletions

View File

@@ -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 */