mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
module-zeroconf: fix compilation
This commit is contained in:
parent
d18db904b9
commit
8d62bb1e97
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ static void resolver_cb(AvahiServiceResolver *r, AvahiIfIndex interface, AvahiPr
|
||||||
if (t->module != NULL) {
|
if (t->module != NULL) {
|
||||||
pw_log_info("found duplicate mdns entry - skipping tunnel creation");
|
pw_log_info("found duplicate mdns entry - skipping tunnel creation");
|
||||||
goto done;
|
goto done;
|
||||||
|
}
|
||||||
|
|
||||||
props = pw_properties_new(NULL, NULL);
|
props = pw_properties_new(NULL, NULL);
|
||||||
if (props == NULL) {
|
if (props == NULL) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue