Merge "dogtag: Only call initialize() if crypto is not None"
This commit is contained in:
commit
e994d4dd91
@ -155,7 +155,8 @@ def create_connection(conf, subsystem_path):
|
||||
return connection
|
||||
|
||||
crypto = _setup_nss_db_services(CONF)
|
||||
crypto.initialize()
|
||||
if crypto:
|
||||
crypto.initialize()
|
||||
|
||||
|
||||
class DogtagPluginAlgorithmException(exception.BarbicanException):
|
||||
|
Loading…
x
Reference in New Issue
Block a user