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

@@ -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);
}
/*