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:
committed by
Andrew Bartlett
parent
7ff2861e71
commit
cc375f5f28
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user