mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
KCC: tidy up a missed keystroke in a comment
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
b08684c402
commit
fa22921ed4
@ -391,7 +391,7 @@ class KCC(object):
|
||||
DEBUG("refresh_failed_links: checking if links are still down")
|
||||
for connection in self.kcc_failed_connections:
|
||||
if ping(connection.dns_name):
|
||||
# Failed connection is no longer failing\
|
||||
# Failed connection is no longer failing
|
||||
restore_connections.add(connection)
|
||||
else:
|
||||
connection.failure_count += 1
|
||||
|
Loading…
Reference in New Issue
Block a user