From eb4aa3b9c922985ecd7ec950287dfbfe4f48ee18 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 7 Apr 2006 23:47:24 +0000 Subject: [PATCH] take commit comment to actual code comment so readability is increased and comment is on-line help --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 27d1cf89a..47955e8e8 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -330,7 +330,7 @@ class Connection(ConnectionHandlers): self.time_to_reconnect = None self.on_connect_failure() else: - # try to reconnect ( #1629 ) + # try reconnect if connection has failed before auth to server self._disconnectedReconnCB() def _connect_failure(self, con_type = None):