]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 25 Jun 2019 14:04:43 +0000 (16:04 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 14:04:43 +0000 (16:04 +0200)
pdns/dnsdist.cc

index dddcb79d8a74af5c17afe4d350902305683e2329..b3bf9f0395b448e6ec42b2af32c091a095993dca 100644 (file)
@@ -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<char*>(response), responseLen, const_cast<ComboAddress*>(&remote));