From d662cc7519c0244eef6cc1f1b38ed2d7c11929f2 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 13 May 2015 15:09:03 +1200 Subject: [PATCH] KCC: remove unnecessary comment Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- python/samba/kcc/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py index fb2e2af2901..a5397237fad 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -984,7 +984,6 @@ class KCC(object): # to have the correct attributes above for t_repsFrom in n_rep.rep_repsFrom: guidstr = str(t_repsFrom.source_dsa_obj_guid) - #XXX what? if s_dsa is self.get_dsa_by_guidstr(guidstr): s_dsa = None break -- 2.11.4.GIT