--- libaitcli/src/aitcli.c 2013/10/08 09:38:55 1.8.2.5 +++ libaitcli/src/aitcli.c 2013/10/08 09:41:20 1.8.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.8.2.5 2013/10/08 09:38:55 misho Exp $ +* $Id: aitcli.c,v 1.8.2.6 2013/10/08 09:41:20 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1469,6 +1469,8 @@ cliLoop(linebuffer_t * __restrict cli_buffer, const ch // exec_cmd ... i = 0; SLIST_FOREACH(cmd, &cli_buffer->line_cmds, cmd_next) { + if (cmd->cmd_level != cli_buffer->line_level) + continue; if (*items[0] && !strncmp(cmd->cmd_name, items[0], strlen(items[0]))) break; else