mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
KCC improve docstring for refresh_failed_links_connections()
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
032291f492
commit
6aa9240cb8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user