]> git.saurik.com Git - apple/security.git/blobdiff - keychain/otpaird/OTPairingSession.m
Security-59754.60.13.tar.gz
[apple/security.git] / keychain / otpaird / OTPairingSession.m
index 9444f1ca481d9e6e4186ce99c24e80ac5b8ebfc6..3d4cf5792bcc27645a05f277d4f6607ee952722e 100644 (file)
@@ -22,8 +22,7 @@
 {
     KCPairingChannelContext *channelContext = nil;
 
-    self = [super init];
-    if (self != nil) {
+    if ((self = [super init])) {
         self.identifier = identifier;
 
         channelContext = [KCPairingChannelContext new];