summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omshell.c b/omshell.c
index 932d5b94..5ce15569 100644
--- a/omshell.c
+++ b/omshell.c
@@ -140,7 +140,7 @@ ENDqueryEtryPt
BEGINmodInit(Shell)
CODESTARTmodInit
- *ipIFVersProvided = 1; /* so far, we only support the initial definition */
+ *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */
CODEmodInit_QueryRegCFSLineHdlr
ENDmodInit