diff options
Diffstat (limited to 'nsh-plugin/nsh/nsh.c')
-rw-r--r-- | nsh-plugin/nsh/nsh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nsh-plugin/nsh/nsh.c b/nsh-plugin/nsh/nsh.c index 3045be1..780b385 100644 --- a/nsh-plugin/nsh/nsh.c +++ b/nsh-plugin/nsh/nsh.c @@ -945,12 +945,12 @@ nsh_input_map (vlib_main_t * vm, if (PREDICT_FALSE(entry0 == 0)) { - error0 = NSH_INPUT_ERROR_NO_MAPPING; + error0 = NSH_INPUT_ERROR_NO_ENTRY; goto trace0; } if (PREDICT_FALSE(entry1 == 0)) { - error1 = NSH_INPUT_ERROR_NO_MAPPING; + error1 = NSH_INPUT_ERROR_NO_ENTRY; goto trace1; } @@ -1027,7 +1027,7 @@ nsh_input_map (vlib_main_t * vm, if (PREDICT_FALSE(entry0 == 0)) { - error0 = NSH_INPUT_ERROR_NO_MAPPING; + error0 = NSH_INPUT_ERROR_NO_ENTRY; goto trace00; } |