зеркало из https://github.com/mozilla/pjs.git
Fix for 330068 . Be more verbose in strsclnt error cases
This commit is contained in:
Родитель
0beb4dbfee
Коммит
01550d8a23
|
@ -1481,6 +1481,7 @@ main(int argc, char **argv)
|
|||
exitVal = ( exitVal || failed_already );
|
||||
SSL_ClearSessionCache();
|
||||
if (NSS_Shutdown() != SECSuccess) {
|
||||
printf("strsclnt: NSS_Shutdown() failed.\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче