From e946e122d02987552874595f2613c07ce0c0aa23 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 11 Mar 2008 16:43:13 +0000 Subject: implemented module unload handling (required a number of interface changes) --- regexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regexp.c') diff --git a/regexp.c b/regexp.c index a1a9e1cd..96ef4f5f 100644 --- a/regexp.c +++ b/regexp.c @@ -93,7 +93,7 @@ BEGINmodInit() CODESTARTmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ - CHKiRet(regexpClassInit()); /* must be done after tcps_sess, as we use it */ + CHKiRet(regexpClassInit(pModInfo)); /* must be done after tcps_sess, as we use it */ /* Initialize all classes that are in our module - this includes ourselfs */ ENDmodInit /* vi:set ai: -- cgit v1.2.3