This commit is contained in:
Mygod
2019-07-19 11:08:42 +08:00
parent a8975d7471
commit 970ba2247b

View File

@@ -76,7 +76,6 @@ open class Client(val mac: Long, val iface: String) {
if (iface != other.iface) return false
if (mac != other.mac) return false
if (ip != other.ip) return false
if (record.value != other.record.value) return false
return true
}