KCC: tidy up a missed keystroke in a comment
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 27 Apr 2015 23:12:37 +0000 (11:12 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:14 +0000 (06:57 +0200)
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>
python/samba/kcc/__init__.py

index b5aa431b3c678d9896e6435f4c4b2769dc11bdd0..de93b76794e03f473db143bd5e1e2ca788afd12f 100644 (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