diff options
Diffstat (limited to 'src/zeroconf-bonjour.c')
-rw-r--r-- | src/zeroconf-bonjour.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf-bonjour.c b/src/zeroconf-bonjour.c index bd613c056..e87831136 100644 --- a/src/zeroconf-bonjour.c +++ b/src/zeroconf-bonjour.c @@ -61,7 +61,7 @@ void init_zeroconf_osx(const char *serviceName) DNSServiceErrorType error = DNSServiceRegister(&dnsReference, 0, 0, serviceName, SERVICE_TYPE, NULL, NULL, - htons(boundPort), 0, + htons(listen_port), 0, NULL, dnsRegisterCallback, NULL); |