1
0
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:
Douglas Bagnall 2015-04-28 11:12:37 +12:00 committed by Andrew Bartlett
parent b08684c402
commit fa22921ed4

View File

@ -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