summaryrefslogtreecommitdiffstats
path: root/tools/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/omshell.c')
-rw-r--r--tools/omshell.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/omshell.c b/tools/omshell.c
index 648d28a4..130d89d8 100644
--- a/tools/omshell.c
+++ b/tools/omshell.c
@@ -60,8 +60,7 @@ typedef struct _instanceData {
typedef struct configSettings_s {
EMPTY_STRUCT /* remove this when data members are added */
} configSettings_t;
-
-SCOPING_SUPPORT; /* must be set AFTER configSettings_t is defined */
+static configSettings_t cs;
BEGINinitConfVars /* (re)set config variables to default values */
CODESTARTinitConfVars
@@ -148,7 +147,7 @@ ENDqueryEtryPt
BEGINmodInit(Shell)
CODESTARTmodInit
-SCOPINGmodInit
+INITLegCnfVars
*ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */
CODEmodInit_QueryRegCFSLineHdlr
CHKiRet(objUse(errmsg, CORE_COMPONENT));