module-zeroconf: fix compilation

This commit is contained in:
Wim Taymans 2023-06-13 08:52:32 +02:00
parent d18db904b9
commit 8d62bb1e97

View file

@ -264,6 +264,7 @@ static void resolver_cb(AvahiServiceResolver *r, AvahiIfIndex interface, AvahiPr
if (t->module != NULL) {
pw_log_info("found duplicate mdns entry - skipping tunnel creation");
goto done;
}
props = pw_properties_new(NULL, NULL);
if (props == NULL) {