From 1876ab0779df6e37ac294d414473c9b34f21567d Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Wed, 13 Dec 2017 20:56:16 +0100 Subject: [PATCH] tc: fix json array closing Fixes: 2704bd625583 ("tc: jsonify actions core") Signed-off-by: Jiri Pirko --- tc/m_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_action.c b/tc/m_action.c index 13f942bfc..8185819db 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -378,7 +378,7 @@ tc_print_action(FILE *f, const struct rtattr *arg, unsigned short tot_acts) } } - close_json_object(); + close_json_array(PRINT_JSON, NULL); return 0; } -- 2.47.2