From: Ruben d'Arco Date: Mon, 22 Jul 2013 16:23:45 +0000 (+0200) Subject: NIt X-Git-Tag: rec-3.6.0-rc1~545^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5059bd3fbb34e50f87960c0f9ea26c4c18d66ac;p=thirdparty%2Fpdns.git NIt --- diff --git a/pdns/rfc2136handler.cc b/pdns/rfc2136handler.cc index 0cd4979aae..8ea6679891 100644 --- a/pdns/rfc2136handler.cc +++ b/pdns/rfc2136handler.cc @@ -184,9 +184,9 @@ uint16_t PacketHandler::performUpdate(const string &msgPrefix, const DNSRecord * oldRec->setContent(rr->d_content->getZoneRepresentation()); fillSOAData(oldRec->content, sdUpdate); if (rfc1982LessThan(sdOld.serial, sdUpdate.serial)) { - changedRecords++; di->backend->replaceRRSet(di->id, oldRec->qname, oldRec->qtype, rrset); *updatedSerial = true; + changedRecords++; L<