summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2014-04-21 17:36:58 +0200
committerKamen Mazdrashki <kamenim@samba.org>2014-04-22 23:34:15 +0200
commit1325e0af6a1d411e7f3d6bb15ad69ffc59dd9296 (patch)
tree1f93a4f70c4f778da4c75c39cc8ff72ccea6f1a3 /source4
parentb241aacc4658a93102bc69d8f4a9c4a542b18cdd (diff)
downloadsamba-1325e0af6a1d411e7f3d6bb15ad69ffc59dd9296.tar.gz
samba-1325e0af6a1d411e7f3d6bb15ad69ffc59dd9296.tar.xz
samba-1325e0af6a1d411e7f3d6bb15ad69ffc59dd9296.zip
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>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/scripting/bin/samba_kcc2
1 files changed, 1 insertions, 1 deletions
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():