From 824a4b98d5fd96183aa2c0961df604fd5ef48915 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 9 Jul 2010 14:41:38 +0200 Subject: fix: pmrfc3164 did not load because modInit was not specified ... in the proper way for a non.builtin module. --- plugins/pmrfc3164sd/pmrfc3164sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pmrfc3164sd/pmrfc3164sd.c b/plugins/pmrfc3164sd/pmrfc3164sd.c index a3ccb86e..bc439f3f 100644 --- a/plugins/pmrfc3164sd/pmrfc3164sd.c +++ b/plugins/pmrfc3164sd/pmrfc3164sd.c @@ -322,7 +322,7 @@ CODEqueryEtryPt_IsCompatibleWithFeature_IF_OMOD_QUERIES ENDqueryEtryPt -BEGINmodInit(pmrfc3164sd) +BEGINmodInit() CODESTARTmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr -- cgit