| Index: nss/lib/certhigh/xcrldist.c
|
| diff --git a/nss/lib/certhigh/xcrldist.c b/nss/lib/certhigh/xcrldist.c
|
| index 286dc3775913be95840b02017c00fdb5227d4421..291a9d888e724bf497bae3a1845fcd0c409b5214 100644
|
| --- a/nss/lib/certhigh/xcrldist.c
|
| +++ b/nss/lib/certhigh/xcrldist.c
|
| @@ -101,9 +101,6 @@ CERT_EncodeCRLDistributionPoints (PLArenaPool *arena,
|
| rv = SECFailure;
|
| break;
|
|
|
| - /* distributionPointName is omitted */
|
| - case 0: break;
|
| -
|
| default:
|
| PORT_SetError (SEC_ERROR_EXTENSION_VALUE_INVALID);
|
| rv = SECFailure;
|
|
|