]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: ensure XML is written to the provided file handle
authorVincent Bernat <vincent@bernat.im>
Sat, 23 Jan 2016 15:46:26 +0000 (16:46 +0100)
committerVincent Bernat <vincent@bernat.im>
Sat, 23 Jan 2016 15:46:26 +0000 (16:46 +0100)
commit9cff0cc82aae7f26953d92460d66c435fb1f2c95
treeed0c9599defa445535d5dc4c62425cbcf1293035
parentb5a71b24510a2430cd30ccd90b650778c4927b76
client: ensure XML is written to the provided file handle

Currently, this is just stdout but the interface provides a file handle
and we should use it.
src/client/xml_writer.c