diff options
Diffstat (limited to 'gss-misc.c')
-rw-r--r-- | gss-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |