coverity#982248 Unchecked return value
Change-Id: Ice8c1b3eab28fc8ef27d802f64b7dd90a0614e42
This commit is contained in:
@@ -375,7 +375,7 @@ extern "C" void nsscrypto_finalize()
|
|||||||
SAL_INFO("xmlsecurity.xmlsec", "Unloading module \"" ROOT_CERTS "\" failed because it was not found.");
|
SAL_INFO("xmlsecurity.xmlsec", "Unloading module \"" ROOT_CERTS "\" failed because it was not found.");
|
||||||
}
|
}
|
||||||
PK11_LogoutAll();
|
PK11_LogoutAll();
|
||||||
NSS_Shutdown();
|
(void)NSS_Shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
ONSSInitializer::ONSSInitializer(
|
ONSSInitializer::ONSSInitializer(
|
||||||
|
Reference in New Issue
Block a user