From 1710bc2e998b22162f95181973633c03a6a29a3c Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Sun, 22 Aug 2010 09:27:08 -0400 Subject: Clarify the configuration tag function names --- src/socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket.cpp') 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 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; -- cgit v1.3.1-10-gc9f91