From 4bb9b886ed9ed8a622f751ebfc6d854c03c0412c Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 12 Oct 2020 16:05:49 +0200 Subject: [PATCH] rec: Remove duplicate semicolon spotted by Otto Co-authored-by: Otto Moerbeek --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2