]> git.ipfire.org Git - thirdparty/pdns.git/commit
When serial is 0, assume zone not present
authorAki Tuomi <cmouse@cmouse.fi>
Wed, 2 Dec 2015 09:20:24 +0000 (11:20 +0200)
committerAki Tuomi <cmouse@desteem.org>
Tue, 22 Dec 2015 15:55:01 +0000 (17:55 +0200)
commitda1a60591305150f386df5d21664c46e87b2ae3b
tree0710feb1d9c56698af0e433445ec53de53a5403e
parentdd39e2dca1b80dbb211e25fc148d17ce5eb999a4
When serial is 0, assume zone not present

Previously, if our serial was 0, and new serial was
bigger than 2^31, then we assumed that the old serial
was larger than new serial, preventing zone from
being transferred. After this change, 0 is treated
specially in the comparison.
pdns/slavecommunicator.cc