From: Remi Gacogne Date: Mon, 12 Oct 2020 14:05:49 +0000 (+0200) Subject: rec: Remove duplicate semicolon spotted by Otto X-Git-Tag: auth-4.4.0-alpha2~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9572%2Fhead;p=thirdparty%2Fpdns.git rec: Remove duplicate semicolon spotted by Otto Co-authored-by: Otto Moerbeek --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 3d5ad8bb52..e87a082060 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -810,7 +810,7 @@ static void sendErrorOverTCP(std::unique_ptr& dc, int rcode) } } - dnsheader& header = reinterpret_cast(packet.at(0));; + dnsheader& header = reinterpret_cast(packet.at(0)); header.aa = 0; header.ra = 1; header.qr = 1;