From e59405cdfa38a2d34d6a3ce0cb72679fce54902b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 25 Jun 2019 16:04:43 +0200 Subject: [PATCH] typo --- pdns/dnsdist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index dddcb79d8..b3bf9f039 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)); -- 2.40.0