This commit is contained in:
Kevin Harwood 2013-04-06 11:33:29 -05:00
parent ebccca44da
commit 5b633898b3

View file

@ -223,7 +223,6 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat
NSAssert(status == noErr, @"SecTrustEvaluate error: %ld", (long int)status);
SecKeyRef allowedPublicKey = SecTrustCopyPublicKey(allowedTrust);
NSCParameterAssert(allowedPublicKey);
[publicKeys addObject:(__bridge_transfer id)allowedPublicKey];