libpurple/protocols/bonjour/mdns_common.c

changeset 17659
c919e9ee132f
parent 17608
795ce8e3d44e
child 18338
d3cb08f27e04
--- a/libpurple/protocols/bonjour/mdns_common.c	Thu Jun 07 14:47:30 2007 +0000
+++ b/libpurple/protocols/bonjour/mdns_common.c	Fri Jun 08 05:06:47 2007 +0000
@@ -162,7 +162,7 @@
 
 #ifdef USE_BONJOUR_APPLE
 	/* hack: for win32, we need to stop listening to the advertisement pipe too */
-	purple_input_remove(data->advertisement_fd);
+	purple_input_remove(data->advertisement_handler);
 
 	DNSServiceRefDeallocate(data->advertisement);
 	DNSServiceRefDeallocate(data->browser);

mercurial