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