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 --- src/socket.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/socket.cpp b/src/socket.cpp index 98ff3e00c..8c7ec97d8 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -105,6 +105,7 @@ int InspIRCd::BindPorts(FailedPortList &failed_ports) { if ((**n).bind_desc == bind_readable) { + (*n)->bind_tag = tag; // Replace tag, we know addr and port match, but other info (type, ssl) may not skip = true; old_ports.erase(n); break; -- cgit v1.2.3