diff --git a/daemons/dnssec/ipa-dnskeysync-replica.in b/daemons/dnssec/ipa-dnskeysync-replica.in index 9f2d9d210..927b07930 100644 --- a/daemons/dnssec/ipa-dnskeysync-replica.in +++ b/daemons/dnssec/ipa-dnskeysync-replica.in @@ -58,6 +58,7 @@ def find_unwrapping_key(localhsm, wrapping_key_uri): unwrap_keys = localhsm.find_keys(id=key_id, cka_unwrap=True) if len(unwrap_keys) > 0: return unwrap_keys.popitem()[1] + return None def ldap2replica_master_keys_sync(ldapkeydb, localhsm): ## LDAP -> replica master key synchronization