From 6aa9240cb8afc62b25806f02cb3cac1bc97c13b4 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 6 May 2015 18:02:34 +1200 Subject: [PATCH] KCC improve docstring for refresh_failed_links_connections() Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- python/samba/kcc/__init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py index 99b5afc8df5..5a0283a3fe0 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -348,11 +348,10 @@ class KCC(object): (dsadn, part.nc_dnstr, needed, ro, partial)) def refresh_failed_links_connections(self): - """Based on MS-ADTS 6.2.2.1""" - - # Instead of NULL link with failure_count = 0, the tuple is - # simply removed + """Ensure the failed links list is up to date + Based on MS-ADTS 6.2.2.1 + """ # LINKS: Refresh failed links self.kcc_failed_links = {} current, needed = self.my_dsa.get_rep_tables() -- 2.11.4.GIT