mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4:samba_kcc: fix reference to DSA object while building partial replica list
Change-Id: I33209dfd42d8c3af8d80b862ba0022d15385311b Signed-off-by: Kamen Mazdrashki <kamenim@samba.org> Reviewed-By: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
@ -1683,7 +1683,7 @@ class KCC(object):
|
||||
|
||||
# Pull out the NCReplica with the dn that
|
||||
# matches NC (x) we are examining.
|
||||
p_of_x = dsa.current_rep_table[nc_x.nc_dnstr]
|
||||
p_of_x = dc_s.current_rep_table[nc_x.nc_dnstr]
|
||||
|
||||
# Replica (p) of NC (x) must be partial
|
||||
if not p_of_x.is_partial():
|
||||
|
Reference in New Issue
Block a user