diff options
Diffstat (limited to 'base/nss_util.cc')
-rw-r--r-- | base/nss_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/nss_util.cc b/base/nss_util.cc index 58c8d62..d77cf36 100644 --- a/base/nss_util.cc +++ b/base/nss_util.cc @@ -131,6 +131,7 @@ class NSSInitSingleton { if (status != SECSuccess) { LOG(ERROR) << "Error initializing NSS without a persistent " "database: NSS error code " << PR_GetError(); + return; } } |