aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2012-09-13 08:32:18 -0700
committerGravatar Attila Molnar2012-09-13 08:32:18 -0700
commit35ce47718b6021115c9b12e7e63a7daf8bb4a900 (patch)
tree9354022059a36cec48b1b16d922cddd51195d4c7 /src/socket.cpp
parentconfigreader: Replace ConfValue here with a ConfigTagList enumeration, as it ... (diff)
parentFix bug #291 - fix rehashing bind tags not changing them between servers/clie... (diff)
Merge pull request #301 from Adam-/insp20+bindrehash
Fix bug #291 - fix rehashing bind tags not changing them between servers/clients and ssl/nonssl
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp1
1 files changed, 1 insertions, 0 deletions
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;