From: Dave West Date: Sat, 29 Dec 2007 19:39:11 +0000 (+0000) Subject: Removed excess return from init function as it breaks the build with a X-Git-Tag: v7.86~2635 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=30b5d31068751a667002061ada19f540e37322f5 Removed excess return from init function as it breaks the build with a segflt. --- diff --git a/citadel/modules/dspam/serv_dspam.c b/citadel/modules/dspam/serv_dspam.c index 4e23359e5..90de71914 100644 --- a/citadel/modules/dspam/serv_dspam.c +++ b/citadel/modules/dspam/serv_dspam.c @@ -164,7 +164,6 @@ void serv_dspam_shutdown (void) CTDL_MODULE_INIT(dspam) { - return; if (!threading) { #ifdef HAVE_LIBDSPAM