summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/ldapupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py
index a51edff99..d673ad57d 100644
--- a/ipaserver/install/ldapupdate.py
+++ b/ipaserver/install/ldapupdate.py
@@ -265,7 +265,7 @@ class LDAPUpdate:
if not all_updates.get(dn):
all_updates[dn] = update
- return all_updates
+ return
existing_update = all_updates[dn]
if 'default' in update: