--- 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);