From 4fc3551822a57a3b26d0c4540e205f9b340f9899 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 4 Dec 2011 22:38:58 +0200 Subject: FIX reconnection bug & server entry parser --- client/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/Config.h') diff --git a/client/Config.h b/client/Config.h index 466f93a..5254361 100644 --- a/client/Config.h +++ b/client/Config.h @@ -225,7 +225,7 @@ protected: * @brief initilize ServerEntry instance from config file entry
* @param entry config file entry value, e.g.: '8.8.8.8:8080 600 60' */ - ServerEntry(string entry); + ServerEntry(string& entry); /** * @brief Hostname or address of server
-- cgit v1.2.3