Remove one_iteration() argument

The one_iteration() function accepts no parameters.
Signed-off-by: 's avatarGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
parent 4831dbda
...@@ -865,7 +865,7 @@ int sendAndReceive(void) ...@@ -865,7 +865,7 @@ int sendAndReceive(void)
while (!stopping) while (!stopping)
{ {
one_iteration(client); one_iteration();
} }
disconnect_exit: disconnect_exit:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment