]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: don't call dns_cache_remove() from dns_cache_put_negative()
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Dec 2015 18:09:27 +0000 (19:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Dec 2015 18:09:27 +0000 (19:09 +0100)
commit1069048089d12462ccc1ce273802ef517433aff5
tree06f8588a6d705df3ef9b6365c4f1679f79a304e6
parentd98e5504208e5435584d3ee44fd1ab1629920e7a
resolved: don't call dns_cache_remove() from dns_cache_put_negative()

We call it anyway as one of the first calls in dns_cache_put(), hence
there's no reason to do this multiple times.
src/resolve/resolved-dns-cache.c