We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd35680 commit 10da8aaCopy full SHA for 10da8aa
src/darwin/Framework/CHIP/MTRDeviceController_XPC.mm
@@ -49,9 +49,9 @@ - (id)initWithTestXPCListener {
49
50
- (id)initWithXPCConnection:(NSXPCConnection *)newConnection
51
{
52
-// if (!(self = [super initForSubclasses])) {
53
-// return nil;
54
-// }
+ if (!(self = [super initForSubclasses])) {
+ return nil;
+ }
55
56
self.xpcConnection.remoteObjectInterface = [NSXPCInterface interfaceWithProtocol:@protocol(MTRXPCServiceProtocol)];
57
self.xpcRemoteObjectProxy = self.xpcConnection.remoteObjectProxy;
0 commit comments