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) --- gss-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gss-misc.c') diff --git a/gss-misc.c b/gss-misc.c index a51b48ac..01d6833d 100644 --- a/gss-misc.c +++ b/gss-misc.c @@ -288,5 +288,5 @@ CODESTARTmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ /* Initialize all classes that are in our module - this includes ourselfs */ - CHKiRet(gssutilClassInit()); /* must be done after tcps_sess, as we use it */ + CHKiRet(gssutilClassInit(pModInfo)); /* must be done after tcps_sess, as we use it */ ENDmodInit -- cgit