Fix for 190424 - don't query CKA_NETSCAPE_EMAIL attribute. r=wtc

This commit is contained in:
jpierre%netscape.com 2003-01-30 05:12:10 +00:00
Родитель 8034a9a64b
Коммит 4efd6d4409
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.45 $ $Date: 2002-11-06 18:53:54 $ $Name: $";
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.46 $ $Date: 2003-01-30 05:12:10 $ $Name: $";
#endif /* DEBUG */
#ifndef NSSPKI_H
@ -90,8 +90,7 @@ nssCertificate_Create (
&rvCert->encoding,
&rvCert->issuer,
&rvCert->serial,
&rvCert->subject,
&rvCert->email);
&rvCert->subject);
if (status != PR_SUCCESS) {
return (NSSCertificate *)NULL;
}