]> git.meshlink.io Git - catta/blobdiff - avahi-core/resolve-service.c
* fix a bug in avahi-discover-standalone found by some guy calling himself "j"
[catta] / avahi-core / resolve-service.c
index 0321b4ced55c8836aea95b749a3252a2b2ab8b8e..141df9e11364a1b2221b2125a59dac5f86d496f5 100644 (file)
@@ -122,7 +122,6 @@ static void finish(AvahiSServiceResolver *r, AvahiResolverEvent event) {
             st[i-1] = 0;
 
         r->callback(r, r->interface, r->protocol, event, sn, st, r->domain_name, r->srv_record->data.srv.name, &a, r->srv_record->data.srv.port, r->txt_record->data.txt.string_list, r->userdata);
-
     }
 }