Removed excess return from init function as it breaks the build with a
[citadel.git] / citadel / modules / dspam / serv_dspam.c
index 4e23359e5de1092750c9c11b0dde306e097a38a0..90de7191476302e8c84a832d6a49ab542e691567 100644 (file)
@@ -164,7 +164,6 @@ void serv_dspam_shutdown (void)
 
 CTDL_MODULE_INIT(dspam)
 {
-       return;
        if (!threading)
        {
 #ifdef HAVE_LIBDSPAM