diff --git a/AFNetworking/AFURLConnectionOperation.m b/AFNetworking/AFURLConnectionOperation.m index 0ecbdb8..f7dd75c 100644 --- a/AFNetworking/AFURLConnectionOperation.m +++ b/AFNetworking/AFURLConnectionOperation.m @@ -222,8 +222,7 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat status = SecTrustEvaluate(allowedTrust, &result); NSAssert(status == noErr, @"SecTrustEvaluate error: %ld", (long int)status); - SecKeyRef allowedPublicKey = SecTrustCopyPublicKey(allowedTrust); - + SecKeyRef allowedPublicKey = SecTrustCopyPublicKey(allowedTrust); NSCParameterAssert(allowedPublicKey); [publicKeys addObject:(__bridge_transfer id)allowedPublicKey];