1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

KCC: clarify a comment in is_stale_link_connection()

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-04-28 11:26:31 +12:00
committed by Andrew Bartlett
parent 7ff2861e71
commit cc375f5f28

View File

@ -414,7 +414,9 @@ class KCC(object):
if (self.unix_now - unix_first_failure) > 60 * 60 * 2:
return True
# TODO connections
# TODO connections.
# We have checked failed *links*, but we also need to check
# *connections*
return False