Skip to content

Commit 1d09801

Browse files
authored
Merge pull request FreeRDP#11741 from rupran/andreas/fix-get-access-token-return-value
[client,common] fix sso_mib_get_access_token return value in error case
2 parents ca553e9 + 9083947 commit 1d09801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/common/sso_mib_tokens.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ static BOOL sso_mib_get_access_token(rdpContext* context, AccessTokenType tokenT
149149
}
150150

151151
if (!client_context->mibClientWrapper->app)
152-
return ERROR_INTERNAL_ERROR;
152+
return FALSE;
153153

154154
const char* scope = NULL;
155155
const char* req_cnf = NULL;

0 commit comments

Comments
 (0)