mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Make remote trace target null by default, which is probably what we want.
This commit is contained in:
parent
174ba8884e
commit
106dff0d53
@ -1391,7 +1391,7 @@ void EmbeddedNetworkController::_request(
|
||||
if (rtt.length() == 10) {
|
||||
nc->remoteTraceTarget = Address(Utils::hexStrToU64(rtt.c_str()));
|
||||
} else {
|
||||
nc->remoteTraceTarget = _signingId.address();
|
||||
nc->remoteTraceTarget.zero();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user