aboutsummaryrefslogtreecommitdiff
path: root/src/zeroconf-bonjour.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-24 17:42:36 +0100
committerMax Kellermann <max@duempel.org>2009-02-24 17:42:36 +0100
commit9bb3f2d0601f5be5303ddaf7295103c448d3f392 (patch)
treec929692b1b73c61c717acd218483110f78a27d3c /src/zeroconf-bonjour.c
parentd89ba3bcce6e5eab1e64442db87371434934b8e7 (diff)
listen: no CamelCase
Renamed functions.
Diffstat (limited to 'src/zeroconf-bonjour.c')
-rw-r--r--src/zeroconf-bonjour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf-bonjour.c b/src/zeroconf-bonjour.c
index bd613c05..e8783113 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);