From 8744cc1f741e5408724962a799470b75802d179b Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 22 Mar 2012 16:23:03 +0000 Subject: m_hostchange: Fix a typo preventing port filters from working --- src/modules/m_hostchange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index 20c7e5bc2..6e4600da6 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -73,7 +73,7 @@ class ModuleHostChange : public Module for (int index = 0; index < Conf.Enumerate("hostchange"); index++) { std::string mask = Conf.ReadValue("hostchange", "mask", index); - std::string ports = Conf.ReadValue("hosthange", "ports", index); + std::string ports = Conf.ReadValue("hostchange", "ports", index); std::string action = Conf.ReadValue("hostchange", "action", index); std::string newhost = Conf.ReadValue("hostchange", "value", index); Host* x = new Host; -- cgit v1.2.3