]> git.ipfire.org Git - thirdparty/pdns.git/commit
Some platforms actually have an unsigned msghdr.msg_iovlen even 9979/head
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 15 Jan 2021 14:59:06 +0000 (15:59 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 15 Jan 2021 15:03:46 +0000 (16:03 +0100)
commit0c7e1fd9d42e85825c8b80f52f6ec31100aaabb9
tree77e51775278375863bdc1bb7942b5988d125f77c
parent5b5b480bd4eebeef759b58f3b3889e731689da39
Some platforms actually have an unsigned msghdr.msg_iovlen even
though Posix says it should be an int.

So use the power of C++ to make the var the same type as msghdr.msg_iovlen.
pdns/calidns.cc