mirror of
https://github.com/samba-team/samba.git
synced 2025-04-29 14:50:26 +03:00
dbcheck: remove unused fix_incorrect_deleted_objects flag
This was introduced in db15993401f927fd2fcea1687c4155dce2272aa8 but not actually referenced then or since. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
parent
0aec5b930d
commit
17fb635532
@ -97,7 +97,6 @@ class dbcheck(object):
|
||||
self.fix_replmetadata_wrong_attid = False
|
||||
self.fix_replmetadata_unsorted_attid = False
|
||||
self.fix_deleted_deleted_objects = False
|
||||
self.fix_incorrect_deleted_objects = False
|
||||
self.fix_dn = False
|
||||
self.fix_base64_userparameters = False
|
||||
self.fix_utf8_userparameters = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user