mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
samba_kcc: clarify readonly logging, removing now unused function
The unused function was somewhat misnamed. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Karolin Seeger
parent
d3f4429cd6
commit
315f445a02
@ -418,9 +418,6 @@ class NCReplica(NamingContext):
|
||||
def dumpstr_to_be_modified(self):
|
||||
return '\n'.join(str(x) for x in self.rep_repsFrom if x.is_modified())
|
||||
|
||||
def dumpstr_reps_to(self):
|
||||
return '\n'.join(str(x) for x in self.rep_repsTo if x.to_be_deleted)
|
||||
|
||||
def load_fsmo_roles(self, samdb):
|
||||
"""Given an NC replica which has been discovered thru the nTDSDSA
|
||||
database object, load the fSMORoleOwner attribute.
|
||||
|
Reference in New Issue
Block a user