]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: flush JSON object once it's done
authorVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 18:15:24 +0000 (20:15 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 19 May 2016 18:15:24 +0000 (20:15 +0200)
commit03c0c1d908bbe15fd8ed9db3b5dcd9dadde547a2
treeae992a498c1feff0e68c1641bd22de4e5e3d7781
parenta2e71d093456d663a69d666d3e3e0f0a49bfc0e3
client: flush JSON object once it's done

This enables `lldpcli -f json watch` to work as expected. See #179.
src/client/jansson_writer.c
src/client/jsonc_writer.c