From 6049aefbfe55e7668f50f76efac4e4a67c2f18c6 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 22 Sep 2010 20:49:27 -0400 Subject: Add ExtensibleType argument to ExtensionItem to identify item types --- src/modules/m_dnsbl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_dnsbl.cpp') diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index 75b34f544..638335d43 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -226,7 +226,7 @@ class ModuleDNSBL : public Module return DNSBLConfEntry::I_UNKNOWN; } public: - ModuleDNSBL() : nameExt("dnsbl_match", this), countExt("dnsbl_pending", this) { } + ModuleDNSBL() : nameExt(EXTENSIBLE_USER, "dnsbl_match", this), countExt(EXTENSIBLE_USER, "dnsbl_pending", this) { } void init() { -- cgit v1.3.1-10-gc9f91