Removed excess return from init function as it breaks the build with a
authorDave West <davew@uncensored.citadel.org>
Sat, 29 Dec 2007 19:39:11 +0000 (19:39 +0000)
committerDave West <davew@uncensored.citadel.org>
Sat, 29 Dec 2007 19:39:11 +0000 (19:39 +0000)
segflt.

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