mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-26 03:42:05 -08:00
JNI for dns configuration
This commit is contained in:
parent
ed9b09e980
commit
2851a9577c
8 changed files with 283 additions and 2 deletions
|
|
@ -103,7 +103,6 @@ public final class VirtualNetworkRoute implements Comparable<VirtualNetworkRoute
|
|||
viaEquals = via.toString().equals(other.via.toString());
|
||||
}
|
||||
|
||||
return viaEquals &&
|
||||
viaEquals;
|
||||
return viaEquals && targetEquals;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue