]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/pdnssec.cc
Merge branch 'rfc2136' of https://github.com/mind04/pdns into rfc2136
[thirdparty/pdns.git] / pdns / pdnssec.cc
index 746648a8acf3fe4f2d075e18a9bb57279ad9b1a9..ca5ed9baeb111894673009b586d04d82aea7ac9a 100644 (file)
@@ -507,7 +507,7 @@ int increaseSerial(const string& zone, DNSSECKeeper &dk)
     }
   }
   else {
-    sd.serial = calculateEditSoa(sd, soaEditKind) + 1;
+    sd.serial = calculateEditSOA(sd, soaEditKind) + 1;
   }
   rrs[0].content = serializeSOAData(sd);