aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-08-22 09:27:08 -0400
committerGravatar Daniel De Graaf2010-08-22 09:27:08 -0400
commit1710bc2e998b22162f95181973633c03a6a29a3c (patch)
treedca3595ef2ab1b94b87d0c581bd97197e2dc4c68 /src/socket.cpp
parentChange modelist back to 2.0 definition to remove double-dereference in BanItem (diff)
Clarify the configuration tag function names
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index a64879a48..403161ca8 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -69,7 +69,7 @@ int InspIRCd::BindPorts(FailedPortList &failed_ports)
int bound = 0;
std::vector<ListenSocket*> old_ports(ports.begin(), ports.end());
- ConfigTagList tags = ServerInstance->Config->ConfTags("bind");
+ ConfigTagList tags = ServerInstance->Config->GetTags("bind");
for(ConfigIter i = tags.first; i != tags.second; ++i)
{
ConfigTag* tag = i->second;