From: Kamen Mazdrashki Date: Mon, 21 Apr 2014 15:36:58 +0000 (+0200) Subject: s4:samba_kcc: fix reference to DSA object while building partial replica list X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=1325e0af6a1d411e7f3d6bb15ad69ffc59dd9296 s4:samba_kcc: fix reference to DSA object while building partial replica list Change-Id: I33209dfd42d8c3af8d80b862ba0022d15385311b Signed-off-by: Kamen Mazdrashki Reviewed-By: Jelmer Vernooij --- diff --git a/source4/scripting/bin/samba_kcc b/source4/scripting/bin/samba_kcc index d752f45b5d5..1b2057649d3 100755 --- a/source4/scripting/bin/samba_kcc +++ b/source4/scripting/bin/samba_kcc @@ -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():