This commit is contained in:
crusader 2017-09-11 19:04:48 +09:00
parent 7c6cac9569
commit f38e3a61af

View File

@ -13,7 +13,7 @@ func IPToUint64(ip string) uint64 {
isV4 = false
break
case '.':
isV4 = false
isV4 = true
break
}
}