Compile fix.
This commit is contained in:
parent
0eb91763fa
commit
513ab422f2
|
@ -944,7 +944,7 @@ int main(int argc, char** argv)
|
||||||
net_string_to_address(AF_INET, cfg_host, &saddr.sin_addr);
|
net_string_to_address(AF_INET, cfg_host, &saddr.sin_addr);
|
||||||
|
|
||||||
runloop(cfg_clients);
|
runloop(cfg_clients);
|
||||||
net_shutdown();
|
net_destroy();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue