diff --git a/client/common/sso_mib_tokens.c b/client/common/sso_mib_tokens.c index e17283b64..11cfb6a47 100644 --- a/client/common/sso_mib_tokens.c +++ b/client/common/sso_mib_tokens.c @@ -149,7 +149,7 @@ static BOOL sso_mib_get_access_token(rdpContext* context, AccessTokenType tokenT } if (!client_context->mibClientWrapper->app) - return ERROR_INTERNAL_ERROR; + return FALSE; const char* scope = NULL; const char* req_cnf = NULL;