From: Remi Gacogne Date: Wed, 27 Oct 2021 14:21:56 +0000 (+0200) Subject: Fix a linking issue with GCC 11.1.0 X-Git-Tag: rec-4.6.0-beta1~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10917%2Fhead;p=thirdparty%2Fpdns.git Fix a linking issue with GCC 11.1.0 --- diff --git a/pdns/iputils.cc b/pdns/iputils.cc index c5aa2a87b2..05eed1245b 100644 --- a/pdns/iputils.cc +++ b/pdns/iputils.cc @@ -437,7 +437,7 @@ size_t sendMsgWithOptions(int fd, const char* buffer, size_t len, const ComboAdd return 0; } -template class NetmaskTree; +template class NetmaskTree; /* requires a non-blocking socket. On Linux, we could use MSG_DONTWAIT on a blocking socket