From: Otto Moerbeek Date: Tue, 25 Jun 2019 14:04:43 +0000 (+0200) Subject: typo X-Git-Tag: dnsdist-1.4.0-rc1~86^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e59405cdfa38a2d34d6a3ce0cb72679fce54902b;p=thirdparty%2Fpdns.git typo --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index dddcb79d8a..b3bf9f0395 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -1321,7 +1321,7 @@ bool checkQueryHeaders(const struct dnsheader* dh) } #if defined(HAVE_RECVMMSG) && defined(HAVE_SENDMMSG) && defined(MSG_WAITFORONE) -static void queueResponse(const ClientState& cs, const char* response, uint16_t responseLen, const ComboAddress& dest, const ComboAddress& remote, struct mmsghdr& outMsg, struct iovec* iov, cbuf_aligned* cbuf) +static void queueResponse(const ClientState& cs, const char* response, uint16_t responseLen, const ComboAddress& dest, const ComboAddress& remote, struct mmsghdr& outMsg, struct iovec* iov, cmsgbuf_aligned* cbuf) { outMsg.msg_len = 0; fillMSGHdr(&outMsg.msg_hdr, iov, nullptr, 0, const_cast(response), responseLen, const_cast(&remote));