diff options
| author | 2010-08-22 09:27:08 -0400 | |
|---|---|---|
| committer | 2010-08-22 09:27:08 -0400 | |
| commit | 1710bc2e998b22162f95181973633c03a6a29a3c (patch) | |
| tree | dca3595ef2ab1b94b87d0c581bd97197e2dc4c68 /src/socket.cpp | |
| parent | Change 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.cpp | 2 |
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; |
