Kaydet (Commit) 43d9231f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't crash without GPG

Change-Id: I31caf1b3da7400856d6ee46bd0cc4050e32b6e3a
üst 24fa0d64
......@@ -152,6 +152,9 @@ void CertificateChooser::ImplInitialize()
for (auto &secEnvironment : mxSecurityEnvironments)
{
if (!secEnvironment.is())
continue;
uno::Sequence< uno::Reference< security::XCertificate > > xCerts;
try
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment