зеркало из https://github.com/github/AFNetworking.git
Clean up
This commit is contained in:
Родитель
ebccca44da
Коммит
5b633898b3
|
@ -223,7 +223,6 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat
|
||||||
NSAssert(status == noErr, @"SecTrustEvaluate error: %ld", (long int)status);
|
NSAssert(status == noErr, @"SecTrustEvaluate error: %ld", (long int)status);
|
||||||
|
|
||||||
SecKeyRef allowedPublicKey = SecTrustCopyPublicKey(allowedTrust);
|
SecKeyRef allowedPublicKey = SecTrustCopyPublicKey(allowedTrust);
|
||||||
|
|
||||||
NSCParameterAssert(allowedPublicKey);
|
NSCParameterAssert(allowedPublicKey);
|
||||||
[publicKeys addObject:(__bridge_transfer id)allowedPublicKey];
|
[publicKeys addObject:(__bridge_transfer id)allowedPublicKey];
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче