Skip to content

Commit 4b0a8ce

Browse files
author
kai
committed
Add early return in if block
1 parent ec8e458 commit 4b0a8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ - (void)getXpcService:(id<MSIDXpcProviderCaching>)xpcProviderCache withContinueB
413413
{
414414
isConnectionErroredOut = YES;
415415
continueBlock(nil, nil, xpcError);
416+
return;
416417
}
417418

418419
if (continueBlock) continueBlock(nil, nil, xpcError);

0 commit comments

Comments
 (0)