1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

KCC: the commit that mops up stray comments

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:
Douglas Bagnall 2015-03-18 14:27:50 +13:00 committed by Andrew Bartlett
parent d80cdcd609
commit 7e59faa10f
2 changed files with 10 additions and 2 deletions

View File

@ -1895,7 +1895,13 @@ class RepsFromTo(object):
self.__dict__['to_be_deleted'] = False
self.__dict__['nc_dnstr'] = nc_dnstr
self.__dict__['update_flags'] = 0x0
# XXX the following sounds dubious and/or better solved
# elsewhere, but lets leave it for now. In particular, there
# seems to be no reason for all the non-ndr generated
# attributes to be handled in the round about way (e.g.
# self.__dict__['to_be_deleted'] = False above). On the other
# hand, it all seems to work. Hooray! Hands off!.
#
# WARNING:
#
# There is a very subtle bug here with python

View File

@ -271,7 +271,9 @@ class KCC(object):
(dsadn, part.nc_dnstr, needed, ro, partial))
def refresh_failed_links_connections(self):
"""Instead of NULL link with failure_count = 0, the tuple is simply removed"""
"""Based on MS-ADTS 6.2.2.1"""
# Instead of NULL link with failure_count = 0, the tuple is simply removed
# LINKS: Refresh failed links
self.kcc_failed_links = {}