!@#!$@! signtool thinks it knows how to verify if the certdb's are there and

OK or not. Of course it doesn't.

bob
This commit is contained in:
relyea%netscape.com 2002-11-04 20:37:08 +00:00
Родитель f98ae2ca80
Коммит 789fae9e28
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -291,7 +291,10 @@ VerifyCertDir(char *dir, char *keyName)
return; return;
} }
sprintf (fn, "%s/cert7.db", dir); /* This code is really broken because it makes underlying assumptions about
* how the NSS profile directory is laid out, but these names can change
* from release to release. */
sprintf (fn, "%s/cert8.db", dir);
if (PR_Access (fn, PR_ACCESS_EXISTS)) if (PR_Access (fn, PR_ACCESS_EXISTS))
{ {