Index: nss/lib/libpkix/pkix/top/pkix_build.c |
=================================================================== |
--- nss/lib/libpkix/pkix/top/pkix_build.c (revision 245298) |
+++ nss/lib/libpkix/pkix/top/pkix_build.c (working copy) |
@@ -1348,9 +1348,8 @@ |
ERROR_CHECK(PKIX_CHECKCHAINFAILED); |
- if (state->reasonCode != 0) { |
- PKIX_ERROR(PKIX_CHAINREJECTEDBYREVOCATIONCHECKER); |
- } |
+ /* XXX Remove this assertion after 2014-12-31. See bug 946984. */ |
+ PORT_Assert(state->reasonCode == 0); |
PKIX_CHECK(pkix_ValidateResult_Create |
(subjPubKey, anchor, policyTree, &valResult, plContext), |