summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-03-02 15:31:25 +0000
committerwtc%netscape.com <devnull@localhost>2002-03-02 15:31:25 +0000
commit1cf87329fe20770cd638f1d15db3b95e1e6b8118 (patch)
treebd3522127cc677d4cfb2c71a037664e60e2c1750
parent6974f95ef0ab4adeda07af224f9f8e5ede12104e (diff)
downloadnss-hg-1cf87329fe20770cd638f1d15db3b95e1e6b8118.tar.gz
Bugzilla bug 122261: removed an assertion on bad input. Bad input should
be reported by returning a failure status. Thanks to erl@voxi.com (Erland Lewin) for the bug report. r=relyea,kaie.
-rw-r--r--security/nss/lib/certdb/stanpcertdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/certdb/stanpcertdb.c b/security/nss/lib/certdb/stanpcertdb.c
index 2c8697ea8..cc1b46252 100644
--- a/security/nss/lib/certdb/stanpcertdb.c
+++ b/security/nss/lib/certdb/stanpcertdb.c
@@ -705,7 +705,6 @@ CERT_SaveSMimeProfile(CERTCertificate *cert, SECItem *emailProfile,
emailAddr = cert->emailAddr;
- PORT_Assert(emailAddr);
if ( emailAddr == NULL ) {
goto loser;
}