]> git.ipfire.org Git - thirdparty/iproute2.git/commit
json: fix backslash escape typo in jsonw_puts
authorIvan Delalande <colona@arista.com>
Thu, 18 Jul 2019 01:15:31 +0000 (18:15 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 19 Jul 2019 17:48:38 +0000 (10:48 -0700)
commited54f76484b5ee47b190a202ecf29fce60d0d878
treedd6f71ad5fa05edda2075966e4570e21fa70f120
parentd035cc1b4e83e2589ea2115cdc2fa7c6d3693a5a
json: fix backslash escape typo in jsonw_puts

Fixes: fcc16c22 ("provide common json output formatter")
Signed-off-by: Ivan Delalande <colona@arista.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/json_writer.c