mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Make remote trace target null by default, which is probably what we want.
This commit is contained in:
parent
174ba8884e
commit
106dff0d53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue