Ticket #79: avahi-example-fix.patch
| File avahi-example-fix.patch, 500 bytes (added by tedp, 5 years ago) |
|---|
-
client-publish-service.c
44 44 static void create_services(AvahiClient *c); 45 45 46 46 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) { 47 assert(g == group );47 assert(g == group || group == NULL); 48 48 49 49 /* Called whenever the entry group state changes */ 50 50
