зеркало из https://github.com/mozilla/pjs.git
Incorporate wtc comment from bug 19061 (removal of commented code).
This commit is contained in:
Родитель
32f978659d
Коммит
1730c69cc7
|
@ -614,7 +614,6 @@ listCerts(CERTCertDBHandle *handle, char *name, PK11SlotInfo *slot,
|
|||
PK11_Authenticate(slot, PR_TRUE, pwarg);
|
||||
if (name) {
|
||||
CERTCertificate *the_cert;
|
||||
/* the_cert = PK11_FindCertFromNickname(name, NULL); */
|
||||
the_cert = CERT_FindCertByNicknameOrEmailAddr(handle, name);
|
||||
if (!the_cert) {
|
||||
the_cert = PK11_FindCertFromNickname(name, NULL);
|
||||
|
|
Загрузка…
Ссылка в новой задаче