mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fix for 330068 . Be more verbose in strsclnt error cases
This commit is contained in:
parent
6038d51784
commit
39ee00370d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user