From: Christian Hofstaedtler Date: Tue, 17 Mar 2015 23:03:32 +0000 (+0100) Subject: Test fix: actually update serial in rfc2136handler X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effecfa731fb4315419aa312d148117935d38517;p=thirdparty%2Fpdns.git Test fix: actually update serial in rfc2136handler --- diff --git a/pdns/rfc2136handler.cc b/pdns/rfc2136handler.cc index 6be9c4ec9a..a96c6907ca 100644 --- a/pdns/rfc2136handler.cc +++ b/pdns/rfc2136handler.cc @@ -968,7 +968,7 @@ void PacketHandler::increaseSerial(const string &msgPrefix, const DomainInfo *di } } - calculateIncreaseSOA(soa2Update, soaEdit2136, soaEdit); + soa2Update.serial = calculateIncreaseSOA(soa2Update, soaEdit2136, soaEdit); newRec.content = serializeSOAData(soa2Update); vector rrset;