From 1325e0af6a1d411e7f3d6bb15ad69ffc59dd9296 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Mon, 21 Apr 2014 17:36:58 +0200 Subject: [PATCH] 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 --- source4/scripting/bin/samba_kcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.34.1