Skip to content

Commit b9d420a

Browse files
author
kai
committed
remove a line that coule causing crash when XPC service refuse to take connections
1 parent 0ac33e5 commit b9d420a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IdentityCore/src/util/mac/MSIDXpcSingleSignOnProvider.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,6 @@ - (void)getXpcService:(id<MSIDXpcProviderCaching>)xpcProviderCache withContinueB
415415
continueBlock(nil, nil, xpcError);
416416
return;
417417
}
418-
419-
if (continueBlock) continueBlock(nil, nil, xpcError);
420418
}];
421419

422420
id<MSIDXpcBrokerDispatcherProtocol> parentXpcService = [connection remoteObjectProxyWithErrorHandler:^(NSError * _Nonnull error) {

0 commit comments

Comments
 (0)