Skip to content

Commit

Permalink
holepunch: Don't bind any particular address
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Sep 15, 2023
1 parent ff48308 commit cdbb15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/udp_holepunch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cdbb15b

Please sign in to comment.