Fix compiler warnings using gcc 4.6.

This commit is contained in:
Jan Vidar Krey
2011-11-28 16:30:35 +01:00
parent 3b4a199673
commit bad4512a37
7 changed files with 44 additions and 34 deletions

View File

@@ -328,9 +328,8 @@ void runloop(size_t clients)
ADC_client_connect(c, cfg_uri);
}
while (running)
while (net_backend_process())
{
net_backend_process();
}
for (n = 0; n < clients; n++)