Compile fix.

This commit is contained in:
Jan Vidar Krey 2009-06-01 14:34:23 +02:00
parent 0eb91763fa
commit 513ab422f2
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ int main(int argc, char** argv)
net_string_to_address(AF_INET, cfg_host, &saddr.sin_addr);
runloop(cfg_clients);
net_shutdown();
net_destroy();
return 0;
}