Skip to content

Commit

Permalink
Fixed IPv6 always enabled for VideoRoom RTP forwarders (fixes #3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jun 29, 2022
1 parent 2e2776c commit fcc873c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/janus_videoroom.c
Original file line number Diff line number Diff line change
Expand Up @@ -3742,7 +3742,6 @@ int janus_videoroom_init(janus_callbacks *callback, const char *config_path) {
}
if(fd > 0)
close(fd);
ipv6_disabled = TRUE;
if(ipv6_disabled) {
JANUS_LOG(LOG_WARN, "IPv6 disabled, will only create VideoRoom forwarders to IPv4 addresses\n");
}
Expand Down

0 comments on commit fcc873c

Please sign in to comment.