mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 171263 - NSS test apps to check return value of NSS_Shutdown
This commit is contained in:
parent
d8e0d1d0a2
commit
f96d105632
@ -169,6 +169,9 @@ int main(int argc, char **argv)
|
||||
SECU_PrintPRandOSError(progName);
|
||||
ret=NSS_INITIALIZE_FAILED_ERR;
|
||||
} else {
|
||||
if (NSS_Shutdown() != SECSuccess) {
|
||||
exit(1);
|
||||
}
|
||||
ret=SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user