652e94
diff -up ./nsslib/ssl/sslsock.c.1026677 ./nsslib/ssl/sslsock.c
652e94
--- ./nss/lib/ssl/sslsock.c.1026677	2014-07-05 08:56:37.137268923 -0700
652e94
+++ ./nss/lib/ssl/sslsock.c	2014-07-05 09:01:20.149518959 -0700
652e94
@@ -1315,11 +1315,9 @@ NSS_SetDomesticPolicy(void)
f57139
     const PRUint16 *cipher;
f57139
 
f57139
     for (cipher = SSL_ImplementedCiphers; *cipher != 0; ++cipher) {
652e94
-        status = SSL_SetPolicy(*cipher, SSL_ALLOWED);
652e94
-        if (status != SECSuccess)
652e94
-            break;
652e94
+       SSL_SetPolicy(*cipher, SSL_ALLOWED);
f57139
     }
f57139
-    return status;
f57139
+    return SECSuccess;
f57139
 }
f57139
 
f57139
 SECStatus