diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-06-22 04:40:23 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2016-06-22 04:40:23 +0800 |
commit | b436fcce0b720d2919fcf3f3b4d9288c43b088eb (patch) | |
tree | 9cf3a6da96bdd2e5cb5716cf0a47b6808f4ae7ac /nsh-plugin | |
parent | cbc677c2de41cb3ecf4d40521995335db5cb1a71 (diff) |
VPP-70: Fix nsh-input next_index issue
Change-Id: I46e3a6ee18846e3d786600b08f23113e3aa9af03
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin')
-rw-r--r-- | nsh-plugin/nsh/nsh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nsh-plugin/nsh/nsh.c b/nsh-plugin/nsh/nsh.c index e937204..3c51af1 100644 --- a/nsh-plugin/nsh/nsh.c +++ b/nsh-plugin/nsh/nsh.c @@ -764,7 +764,6 @@ nsh_input_map (vlib_main_t * vm, u32 error0; nsh_map_t * map0 = 0; - next_index = next0; bi0 = from[0]; to_next[0] = bi0; from += 1; |