View | Details | Raw Unified | Return to bug 43126
Collapse All | Expand All

(-)/usr/share/pyshared/samba/dbchecker.py (-1 / +2 lines)
 Lines 546-552    Link Here 
546
        m['old_value'] = ldb.MessageElement(val, ldb.FLAG_MOD_DELETE, attrname)
546
        m['old_value'] = ldb.MessageElement(val, ldb.FLAG_MOD_DELETE, attrname)
547
        m['new_value'] = ldb.MessageElement(str(dsdb_dn), ldb.FLAG_MOD_ADD, attrname)
547
        m['new_value'] = ldb.MessageElement(str(dsdb_dn), ldb.FLAG_MOD_ADD, attrname)
548
548
549
        if self.do_modify(m, ["show_recycled:1"],
549
        if self.do_modify(m, ["show_recycled:1",
550
                              "local_oid:%s:0" % dsdb.DSDB_CONTROL_REPLMD_VANISH_LINKS],
550
                          "Failed to fix %s on attribute %s" % (errstr, attrname)):
551
                          "Failed to fix %s on attribute %s" % (errstr, attrname)):
551
            self.report("Fixed %s on attribute %s" % (errstr, attrname))
552
            self.report("Fixed %s on attribute %s" % (errstr, attrname))
552
553

Return to bug 43126