]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: implicitly disconnect a stream from its server when a stream is closed
authorLennart Poettering <lennart@poettering.net>
Tue, 4 Dec 2018 21:17:49 +0000 (22:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 Dec 2018 16:22:59 +0000 (17:22 +0100)
commit7172e4ee1ea27c33f8d125132a7498f1182ea784
tree36558e81e1363a9cca0cd85d147d16120a0c062f
parent808089ae3d96f0e015e323188f0795c3446d3b96
resolved: implicitly disconnect a stream from its server when a stream is closed

Previously, the callback function did this, but let's do this in the
caller instead, to make this more robust, and use our new helper
function for it.
src/resolve/resolved-dns-stream.c
src/resolve/resolved-dns-transaction.c