From c4a53990f0767b38f0c2454c9e10e4f85ad08093 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 12 Sep 2012 16:56:47 -0400 Subject: Fix bug #291 - fix rehashing bind tags not changing them between servers/clients and ssl/nonssl --- include/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index 16809c3f8..e868af93e 100644 --- a/include/socket.h +++ b/include/socket.h @@ -146,7 +146,7 @@ namespace irc class CoreExport ListenSocket : public EventHandler { public: - const reference bind_tag; + reference bind_tag; std::string bind_addr; int bind_port; /** Human-readable bind description */ -- cgit v1.2.3