fix trace frame-queue unformat of index

Change-Id: Id891af5ef3c4afe877282b34cd03fc43886940a3
Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:
Matus Fabian
2017-02-21 22:27:13 -08:00
committed by Dave Barach
parent 954898f945
commit 2d41f169c8

View File

@ -160,7 +160,7 @@ trace_frame_queue (vlib_main_t * vm, unformat_input_t * input,
enable = 1;
else if (unformat (line_input, "off"))
enable = 0;
else if (unformat (line_input, "index %u"), &index)
else if (unformat (line_input, "index %u", &index))
;
else
return clib_error_return (0, "parse error: '%U'",