1
0
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:
Kamen Mazdrashki
2014-04-21 17:36:58 +02:00
parent b241aacc46
commit 1325e0af6a

View File

@ -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():