updates for macOS for inja support

This commit is contained in:
Grant Limberg 2022-05-13 09:51:37 -07:00
parent b65c1ed3a0
commit c4df88354b
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
2 changed files with 3 additions and 3 deletions

View file

@ -369,7 +369,7 @@ public:
#if ZT_SSO_ENABLED
if (_idc == nullptr) {
fprintf(stderr, "ainfo or idc null\n");
return "";
return ret;
}
ret = zeroidc::zeroidc_token_exchange(_idc, code);