mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-03 03:36:41 +00:00
Forgot to send error on v0 auth expiry.
This commit is contained in:
parent
cb086ff97f
commit
c492bf7eea
@ -1348,6 +1348,7 @@ void EmbeddedNetworkController::_request(
|
|||||||
Dictionary<4096> authInfo;
|
Dictionary<4096> authInfo;
|
||||||
authInfo.add(ZT_AUTHINFO_DICT_KEY_VERSION, (uint64_t)0ULL);
|
authInfo.add(ZT_AUTHINFO_DICT_KEY_VERSION, (uint64_t)0ULL);
|
||||||
authInfo.add(ZT_AUTHINFO_DICT_KEY_AUTHENTICATION_URL, info.authenticationURL.c_str());
|
authInfo.add(ZT_AUTHINFO_DICT_KEY_AUTHENTICATION_URL, info.authenticationURL.c_str());
|
||||||
|
_sender->ncSendError(nwid,requestPacketId,identity.address(),NetworkController::NC_ERROR_AUTHENTICATION_REQUIRED, authInfo.data(), authInfo.sizeBytes());
|
||||||
} else if (info.version == 1) {
|
} else if (info.version == 1) {
|
||||||
Dictionary<8192> authInfo;
|
Dictionary<8192> authInfo;
|
||||||
authInfo.add(ZT_AUTHINFO_DICT_KEY_VERSION, info.version);
|
authInfo.add(ZT_AUTHINFO_DICT_KEY_VERSION, info.version);
|
||||||
|
Loading…
Reference in New Issue
Block a user