Mercurial > pidgin.yaz
comparison libpurple/protocols/bonjour/mdns_win32.c @ 19399:649ac48fce1d
Reset unsigned int input handlers to 0 instead of -1.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 24 Aug 2007 03:08:54 +0000 |
parents | c1546f6c0432 |
children | affacee881e8 |
comparison
equal
deleted
inserted
replaced
19398:39248f5b53ad | 19399:649ac48fce1d |
---|---|
97 | 97 |
98 bonjour_buddy_got_buddy_icon(buddy, rdata, rdlen); | 98 bonjour_buddy_got_buddy_icon(buddy, rdata, rdlen); |
99 | 99 |
100 /* We've got what we need; stop listening */ | 100 /* We've got what we need; stop listening */ |
101 purple_input_remove(idata->null_query_handler); | 101 purple_input_remove(idata->null_query_handler); |
102 idata->null_query_handler = -1; | 102 idata->null_query_handler = 0; |
103 DNSServiceRefDeallocate(idata->null_query); | 103 DNSServiceRefDeallocate(idata->null_query); |
104 idata->null_query = NULL; | 104 idata->null_query = NULL; |
105 } | 105 } |
106 } | 106 } |
107 } | 107 } |