Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
954898f
)
fix trace frame-queue unformat of index
60/5460/2
author
Matus Fabian
<
[email protected]
>
Wed, 22 Feb 2017 06:27:13 +0000
(22:27 -0800)
committer
Dave Barach
<
[email protected]
>
Wed, 22 Feb 2017 12:56:06 +0000
(12:56 +0000)
Change-Id: Id891af5ef3c4afe877282b34cd03fc43886940a3
Signed-off-by: Matus Fabian <
[email protected]
>
src/vlib/threads_cli.c
patch
|
blob
|
history
diff --git
a/src/vlib/threads_cli.c
b/src/vlib/threads_cli.c
index
b64028c
..
54cc1ae
100644
(file)
--- a/
src/vlib/threads_cli.c
+++ b/
src/vlib/threads_cli.c
@@
-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'",