From 28bc2f061bbcd266066824dcc25cfdaf634fb474 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 27 Mar 2008 11:24:11 +0000 Subject: made relp modules use new relpengine-provided feature selection functions --- modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.c') diff --git a/modules.c b/modules.c index 3aebdb64..1ec72773 100644 --- a/modules.c +++ b/modules.c @@ -189,7 +189,7 @@ static void moduleDestruct(modInfo_t *pThis) if(pThis->pszName != NULL) free(pThis->pszName); if(pThis->pModHdlr != NULL) { -# if 1 +# if 0 dlclose(pThis->pModHdlr); # else # warning "dlclose disabled for valgrind, re-enable before release" -- cgit v1.2.3