mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,common] fix sso_mib_get_access_token return value in error case
Use FALSE instead of ERROR_INTERNAL_ERROR which could be interpreted as "truthy" at the respective call site.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user