diff libpurple/protocols/bonjour/mdns_common.c @ 17552:a8aa651f341f

advertisment_fd is an input handler, not a fd; name it accurately to avoid confusion.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 08 Jun 2007 05:06:47 +0000
parents c96b085ddf5c
children 1faa319ab4c3
line wrap: on
line diff
--- 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);