query fix & controller build fix

This commit is contained in:
Grant Limberg 2021-11-30 16:18:34 -08:00
parent 4a1d6f4cc8
commit d15516f0ef
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
3 changed files with 5 additions and 3 deletions

View file

@ -251,7 +251,9 @@ public:
const char* nwid = Utils::hex(nwc->nwid, nwbuf);
fprintf(stderr, "NetworkState::setConfig(%s)\n", nwid);
memcpy(&_config, nwc, sizeof(ZT_VirtualNetworkConfig));
fprintf(stderr, "ssoEnabled: %s, ssoVersion: %d\n",
_config.ssoEnabled ? "true" : "false", _config.ssoVersion);
if (_config.ssoEnabled && _config.ssoVersion == 1) {
fprintf(stderr, "ssoEnabled for %s\n", nwid);
if (_idc == nullptr)