]> jfr.im git - irc/atheme/atheme.git/commitdiff
proxyscan/dnsbl: fix module header
authorJanik Kleinhoff <redacted>
Tue, 3 Nov 2015 23:10:06 +0000 (23:10 +0000)
committerJanik Kleinhoff <redacted>
Sun, 11 Sep 2016 15:12:59 +0000 (15:12 +0000)
(cherry picked from commit 4a0347ae3ff3327bb2d759bf504e2a29b6732f02)

modules/proxyscan/dnsbl.c

index 489bd85f2b303a302a7c2492e09fdffc7b0de318..7eea73200bf7583e77569847c2070d0bf3b36259 100644 (file)
@@ -65,7 +65,7 @@
 
 DECLARE_MODULE_V1
 (
-       "contrib/dnsbl", false, _modinit, _moddeinit,
+       "proxyscan/dnsbl", false, _modinit, _moddeinit,
        PACKAGE_STRING,
        VENDOR_STRING
 );