From 88638f4821842f76062397559614f36b717ffdbb Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 1 Jun 2007 17:44:03 +0000 Subject: Removing the getBoundPort() function and just making boundPort an extern. git-svn-id: https://svn.musicpd.org/mpd/trunk@6445 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/zeroconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zeroconf.c') diff --git a/src/zeroconf.c b/src/zeroconf.c index eeec794cd..6c2c8e717 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -255,7 +255,7 @@ static void avahiRegisterService(AvahiClient *c) AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, avahiName, SERVICE_TYPE, NULL, NULL, - getBoundPort(), + boundPort, NULL); if( ret < 0 ) { ERROR( "Avahi: Failed to add service %s: %s\n", SERVICE_TYPE, avahi_strerror(ret) ); -- cgit v1.2.3