mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
removing comments
This commit is contained in:
parent
5095d73de3
commit
48b39ab005
1 changed files with 0 additions and 2 deletions
|
@ -204,7 +204,6 @@ bool IncomingPacket::_doERROR(const RuntimeEnvironment *RR,void *tPtr,const Shar
|
||||||
uint64_t authVer = authInfo.getUI(ZT_AUTHINFO_DICT_KEY_VERSION, 0ULL);
|
uint64_t authVer = authInfo.getUI(ZT_AUTHINFO_DICT_KEY_VERSION, 0ULL);
|
||||||
|
|
||||||
if (authVer == 0) {
|
if (authVer == 0) {
|
||||||
fprintf(stderr, "authVer == 1\n");
|
|
||||||
char authenticationURL[2048];
|
char authenticationURL[2048];
|
||||||
|
|
||||||
if (authInfo.get(ZT_AUTHINFO_DICT_KEY_AUTHENTICATION_URL, authenticationURL, sizeof(authenticationURL)) > 0) {
|
if (authInfo.get(ZT_AUTHINFO_DICT_KEY_AUTHENTICATION_URL, authenticationURL, sizeof(authenticationURL)) > 0) {
|
||||||
|
@ -212,7 +211,6 @@ bool IncomingPacket::_doERROR(const RuntimeEnvironment *RR,void *tPtr,const Shar
|
||||||
network->setAuthenticationRequired(tPtr, authenticationURL);
|
network->setAuthenticationRequired(tPtr, authenticationURL);
|
||||||
}
|
}
|
||||||
} else if (authVer == 1) {
|
} else if (authVer == 1) {
|
||||||
fprintf(stderr, "authVer == 2\n");
|
|
||||||
char issuerURL[2048] = { 0 };
|
char issuerURL[2048] = { 0 };
|
||||||
char centralAuthURL[2048] = { 0 };
|
char centralAuthURL[2048] = { 0 };
|
||||||
char ssoNonce[64] = { 0 };
|
char ssoNonce[64] = { 0 };
|
||||||
|
|
Loading…
Add table
Reference in a new issue