upgradeprovision: fix a bug with not updated links
authorMatthieu Patou <mat@matws.net>
Sat, 25 Sep 2010 03:36:12 +0000 (07:36 +0400)
committerMatthieu Patou <mat@matws.net>
Sun, 26 Sep 2010 02:22:43 +0000 (06:22 +0400)
source4/scripting/bin/upgradeprovision

index 7dda6b67a6436cb874a9c73f3a0d0e79bcafc121..de0ad5e3e7c79f39b1875139a2b0ec58470dc44f 100755 (executable)
@@ -862,6 +862,7 @@ def update_present(ref_samdb, samdb, basedn, listPresent, usns, invocationid):
                         refval = ()
                     handle_links(samdb, att, basedn, current[0]["dn"],
                                     curval, refval, delta)
+                    continue
 
                 if isFirst == 0 and len(delta.items())>1:
                     isFirst = 1