Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
vmorganp committed Aug 14, 2024
1 parent 89aa33e commit d5e6bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group.go
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ func (lg LazyGroup) getActiveClients() int {
var allSocks []netstat.SockTabEntry

// ipv4
if ipv6Enabled {
if ipv4Enabled {
udpSocks, err := netstat.UDPSocks(netstat.NoopFilter)
check(err)
allSocks = append(allSocks, udpSocks...)

0 comments on commit d5e6bb4

Please sign in to comment.