From f5059bd3fbb34e50f87960c0f9ea26c4c18d66ac Mon Sep 17 00:00:00 2001 From: Ruben d'Arco Date: Mon, 22 Jul 2013 18:23:45 +0200 Subject: [PATCH] NIt --- pdns/rfc2136handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<