Fix hashCode for Client
This commit is contained in:
@@ -79,5 +79,5 @@ open class Client(val mac: Long, val iface: String) {
|
|||||||
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
override fun hashCode() = Objects.hash(iface, mac, ip, record.value)
|
override fun hashCode() = Objects.hash(iface, mac, ip)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user