mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
dbcheck: remove unused fix_incorrect_deleted_objects flag
This was introduced in db15993401
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:
committed by
Noel Power
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
|
||||
|
Reference in New Issue
Block a user