From d460c1cd5d3c13ddc70f1d21ae4befa35b1ac627 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 27 Jul 2010 11:38:25 +0200 Subject: fixed regression from last commit config variables were not properly initialized --- tools/ompipe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/ompipe.c') diff --git a/tools/ompipe.c b/tools/ompipe.c index e8ace07a..c2435438 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -244,6 +244,7 @@ ENDqueryEtryPt BEGINmodInit(Pipe) CODESTARTmodInit +SCOPINGmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr CHKiRet(objUse(errmsg, CORE_COMPONENT)); -- cgit