[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <b526544bc745535f72c76752bbd850df5a0ac2e4.1633004460.git.dcaratti@redhat.com>
Date: Thu, 30 Sep 2021 17:19:25 +0200
From: Davide Caratti <dcaratti@...hat.com>
To: aclaudi@...hat.com, pabeni@...hat.com,
Stephen Hemminger <stephen@...workplumber.org>
Cc: mptcp@...ts.linux.dev, netdev@...r.kernel.org
Subject: [PATCH iproute2] mptcp: unbreak JSON endpoint list
the following command:
# ip -j mptcp endpoint show
prints a JSON array that misses the terminating bracket. Fix this calling
delete_json_obj() to balance the call to new_json_obj().
Fixes: 7e0767cd862b ("add support for mptcp netlink interface")
Signed-off-by: Davide Caratti <dcaratti@...hat.com>
---
ip/ipmptcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/ipmptcp.c b/ip/ipmptcp.c
index bc12418bd39c..25d7d6784f89 100644
--- a/ip/ipmptcp.c
+++ b/ip/ipmptcp.c
@@ -262,7 +262,7 @@ static int mptcp_addr_dump(void)
return -2;
}
- close_json_object();
+ delete_json_obj();
fflush(stdout);
return 0;
}
--
2.31.1
Powered by blists - more mailing lists