Incorporate wtc comment from bug 19061 (removal of commented code).

This commit is contained in:
relyea%netscape.com 2003-03-04 23:11:09 +00:00
Родитель 32f978659d
Коммит 1730c69cc7
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -614,7 +614,6 @@ listCerts(CERTCertDBHandle *handle, char *name, PK11SlotInfo *slot,
PK11_Authenticate(slot, PR_TRUE, pwarg); PK11_Authenticate(slot, PR_TRUE, pwarg);
if (name) { if (name) {
CERTCertificate *the_cert; CERTCertificate *the_cert;
/* the_cert = PK11_FindCertFromNickname(name, NULL); */
the_cert = CERT_FindCertByNicknameOrEmailAddr(handle, name); the_cert = CERT_FindCertByNicknameOrEmailAddr(handle, name);
if (!the_cert) { if (!the_cert) {
the_cert = PK11_FindCertFromNickname(name, NULL); the_cert = PK11_FindCertFromNickname(name, NULL);