]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/http: fix typo
authorOto Šťáva <oto.stava@nic.cz>
Mon, 20 May 2024 15:50:00 +0000 (17:50 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Tue, 4 Jun 2024 11:04:59 +0000 (13:04 +0200)
commit9468c57ecec56694c4b7a64471e61e0f624e1e89
treee3a3cd5dd3c6bea6f4e0db076953c7e9e43368d9
parent7667fa9f31ba2e8d4d4f931c1a4517cd13ec4ac7
daemon/http: fix typo

A missing `protolayer_break()`. C's typechecking failed me.
daemon/http.c