better operator overload

pull/23/head
Jeff 6 years ago
parent 07871827d0
commit 1f250ad9f6

@ -77,7 +77,7 @@ namespace llarp
bool
operator!=(const Introduction& other) const
{
return !(*this == other);
return pathID != other.pathID || router != other.router;
}
struct Hash

Loading…
Cancel
Save