summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r--vtysh/vtysh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 63195806e..ef4d1a083 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -2354,9 +2354,10 @@ DEFUN (vtysh_show_error_code,
"Information on all errors\n"
JSON_STR)
{
+ char *fcmd = argv_concat(argv, argc, 0);
char cmd[256];
int rv;
- char *fcmd = argv_concat(argv, argc, 0);
+
snprintf(cmd, sizeof(cmd), "do %s", fcmd);
/* FIXME: Needs to determine which daemon to send to via code ranges */