Use non-default port to ensure autotests work even though a hub is running on the default port.

This commit is contained in:
Jan Vidar Krey 2010-01-22 16:05:48 +01:00
parent 5e253e8442
commit 1bb3bd90c1
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ EXO_TEST(hub_net_startup, {
EXO_TEST(hub_config_initialize, {
config_defaults(&g_config);
g_config.server_port = 15111;
return 1;
});