blackbox/dbcheck.sh: fix dbcheck_fix_one_way_links cleanup
[kai/samba-autobuild/.git] / testprogs / blackbox / dbcheck.sh
index 5691426d01b4bef5ca94d52b0a4ef918931862dc..caf89ca402b75594db1eac2676d06769c0fe3518 100755 (executable)
@@ -19,7 +19,7 @@ dbcheck() {
 
 # This list of attributes can be freely extended
 dbcheck_fix_one_way_links() {
-       $PYTHON $BINDIR/samba-tool dbcheck --quiet --fix --yes fix_all_string_dn_component_mismatch --attrs="lastKnownParent defaultObjectCategory fromServer rIDSetReferences" --cross-ncs $ARGS
+       $PYTHON $BINDIR/samba-tool dbcheck --quiet --fix --yes fix_all_old_dn_string_component_mismatch --attrs="lastKnownParent defaultObjectCategory fromServer rIDSetReferences" --cross-ncs $ARGS
 }
 
 # This list of attributes can be freely extended