]> git.ipfire.org Git - thirdparty/systemd.git/commit
transaction: simplify handling if we get an unexpected DNS packet via TCP
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Jan 2019 17:34:00 +0000 (18:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Feb 2019 16:13:58 +0000 (17:13 +0100)
commit8227cfa137d8a930519717b752128b8d035b83e5
tree2e0217eeb9d39deff31862868d7d0a1251bc964c
parent652ba568c6624bf40d735645f029d83d21bdeaa6
transaction: simplify handling if we get an unexpected DNS packet via TCP

There's no point in calling on_stream_complete() as it doesn't do
anything with the zero argument. Let's hence simplify this and just log.
src/resolve/resolved-dns-transaction.c