Эх сурвалжийг харах

Removed redundant switch case

svoit 7 жил өмнө
parent
commit
e6c674ed84

+ 1 - 1
AFNetworking/AFSecurityPolicy.m

@@ -287,7 +287,7 @@ static NSArray * AFPublicKeyTrustChainForServerTrust(SecTrustRef serverTrust) {
             }
             return trustedPublicKeyCount > 0;
         }
-        case AFSSLPinningModeNone:
+            
         default:
             return NO;
     }