X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fcache.c;h=4ba88b5f62ff17b7ce88afe9a160221075a72a77;hb=d6d26305ce18b43a220d17651b081a2d72f84119;hp=3a8f849ba98c9f41e13e16b067f10a3d7dc72c54;hpb=a3d45b39608418e261f34b3b3286b80e4878d25c;p=catta diff --git a/avahi-core/cache.c b/avahi-core/cache.c index 3a8f849..4ba88b5 100644 --- a/avahi-core/cache.c +++ b/avahi-core/cache.c @@ -480,7 +480,7 @@ void avahi_cache_start_poof(AvahiCache *c, AvahiKey *key, const AvahiAddress *a) assert(c); assert(key); - avahi_cache_walk(c, key, start_poof_callback, a); + avahi_cache_walk(c, key, start_poof_callback, (void*) a); } void avahi_cache_stop_poof(AvahiCache *c, AvahiRecord *record, const AvahiAddress *a) {