]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-packet.c
resolve: packet - fix append_types()
authorTom Gundersen <teg@jklm.no>
Tue, 28 Jul 2015 21:09:23 +0000 (23:09 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 28 Jul 2015 21:25:52 +0000 (23:25 +0200)
commit1792f2231fb246396e3f50e465194dd93565b1c7
treef1bc8fbcb15e9d54ec5b0cb53109fc8058b8827b
parent0a05b6b760455a7bb50f8d5f3c9f6b74302547b7
resolve: packet - fix append_types()

We were counting the number of bits set rather than the number of bytes they occupied.
src/resolve/resolved-dns-packet.c