]> git.ipfire.org Git - thirdparty/bind9.git/commit
DoH: http_send_outgoing() return value is not used
authorArtem Boldariev <artem@boldariev.com>
Wed, 19 Feb 2025 10:28:37 +0000 (12:28 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 19 Feb 2025 15:52:36 +0000 (17:52 +0200)
commit2adabe835a290c021948a43a4c2c25ce2806aef2
tree8d93b2453ea9d0f8fdd1e5914dbdac687b0e9171
parent8b8f4d500d9c1d41d95d34a79c8935823978114c
DoH: http_send_outgoing() return value is not used

The value returned by http_send_outgoing() is not used anywhere, so we
make it not return anything (void). Probably it is an omission from
older times.
lib/isc/netmgr/http.c