]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: make DnsQuestion logic handle NULL arrays as empty arrays
authorLennart Poettering <lennart@poettering.net>
Fri, 21 Aug 2015 10:28:59 +0000 (12:28 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Aug 2015 10:41:08 +0000 (12:41 +0200)
commit8013e860b6344cb109e68208a3a91b0fc3cb9ed1
tree4b3086f4410a057d2852db556494fa05148af1dd
parenta8f6397f536567dac4102106bb418cbb0f8f9c1f
resolved: make DnsQuestion logic handle NULL arrays as empty arrays

Following our usual logic of treating NULL arrays as empty arrays (for
example, see strv.c) do the same for questions too.
src/resolve/resolved-dns-question.c