integrate rust build of zeroidc to linux

This commit is contained in:
Grant Limberg 2021-11-04 17:16:23 -07:00
parent 8d39c9a861
commit 43433cdb5a
2 changed files with 9 additions and 4 deletions

View file

@ -1376,7 +1376,7 @@ void EmbeddedNetworkController::_request(
onNetworkMemberDeauthorize(&_db, nwid, identity.address().toInt());
Dictionary<4096> authInfo;
authInfo.add(ZT_AUTHINFO_DICT_KEY_VERSION, 0ULL);
authInfo.add(ZT_AUTHINFO_DICT_KEY_VERSION, (uint64_t)0ULL);
authInfo.add(ZT_AUTHINFO_DICT_KEY_AUTHENTICATION_URL, info.authenticationURL.c_str());
//fprintf(stderr, "sending auth URL: %s\n", authenticationURL.c_str());