diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index e2eb7e920..d12f0f3f3 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -593,7 +593,7 @@ try { instance->neighbors->Open(); #endif - ZeroconfInit(instance->event_loop); + ZeroconfInit(GetGlobalConfig(), instance->event_loop); for (auto &partition : instance->partitions) StartPlayerThread(partition.pc); |