diff options
author | Max Kellermann <max@duempel.org> | 2009-02-24 17:42:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-24 17:42:36 +0100 |
commit | 9bb3f2d0601f5be5303ddaf7295103c448d3f392 (patch) | |
tree | c929692b1b73c61c717acd218483110f78a27d3c /src/zeroconf-avahi.c | |
parent | d89ba3bcce6e5eab1e64442db87371434934b8e7 (diff) | |
download | mpd-9bb3f2d0601f5be5303ddaf7295103c448d3f392.tar.gz mpd-9bb3f2d0601f5be5303ddaf7295103c448d3f392.tar.xz mpd-9bb3f2d0601f5be5303ddaf7295103c448d3f392.zip |
listen: no CamelCase
Renamed functions.
Diffstat (limited to '')
-rw-r--r-- | src/zeroconf-avahi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf-avahi.c b/src/zeroconf-avahi.c index 15920cf00..28f02112e 100644 --- a/src/zeroconf-avahi.c +++ b/src/zeroconf-avahi.c @@ -114,7 +114,7 @@ static void avahiRegisterService(AvahiClient * c) ret = avahi_entry_group_add_service(avahiGroup, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, avahiName, SERVICE_TYPE, NULL, - NULL, boundPort, NULL); + NULL, listen_port, NULL); if (ret < 0) { g_warning("Failed to add service %s: %s", SERVICE_TYPE, avahi_strerror(ret)); |