]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: set description to correct event source
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Fri, 2 Dec 2016 12:07:09 +0000 (14:07 +0200)
committerDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Thu, 19 Jan 2017 09:51:21 +0000 (11:51 +0200)
commitff537038a95f6bd1212310e890469448ff7ea54c
tree3878bd53bd4cea720103add18e5248cf1f53e671
parent400cb36ec67cf47c7f445c73c03a715405e8f601
resolved: set description to correct event source

Otherwise we fail an assertion down the path since t->timeout_event_source is NULL
and it's the "other" transaction that's supposed to have the event source.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
src/resolve/resolved-dns-transaction.c