From cdbb15baa83753f238bbaed94e45642a2e16cef7 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Fri, 15 Sep 2023 12:50:57 +0200 Subject: [PATCH] holepunch: Don't bind any particular address --- src/utils/udp_holepunch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/udp_holepunch.c b/src/utils/udp_holepunch.c index 39424443a..28ff38618 100644 --- a/src/utils/udp_holepunch.c +++ b/src/utils/udp_holepunch.c @@ -374,7 +374,6 @@ bool punch_udp(struct Holepunch_config *c){ strncpy(c->host_addr, remote, c->host_addr_len); - c->bind_addr = local; if(!initialize_punch(&audio_ctx, c, "_audio")){ cleanup_punch(&video_ctx); return false;