]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal-remote/microhttpd-util.h
journal-remote: implement %m support in mhd_respondf
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Sep 2016 18:24:45 +0000 (19:24 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Sep 2016 00:10:56 +0000 (20:10 -0400)
commit1b4cd64683ba057cb3d4c5cd311b1c25e6d8d614
tree9e1a26a53b7a02f5449013cbd6d7101eb1c8ecc3
parent303a2ebcb600e475fd8b87caef81cf3790f0fa81
journal-remote: implement %m support in mhd_respondf

errno value is not protected (it is undefined after this function returns).
Various mhd_* functions are not documented to protect errno, so this could not
guaranteed anyway.
src/hostname/hostnamed.c
src/journal-remote/journal-gatewayd.c
src/journal-remote/journal-remote.c
src/journal-remote/microhttpd-util.c
src/journal-remote/microhttpd-util.h