]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] that needs to be ull
authorJelte Jansen <jelte@isc.org>
Fri, 2 Dec 2011 14:02:58 +0000 (15:02 +0100)
committerJelte Jansen <jelte@isc.org>
Fri, 2 Dec 2011 14:02:58 +0000 (15:02 +0100)
src/lib/dns/serial.h

index 6e6e29f4dee80fe3637ad704b17ba74bdfd6726a..354986028911f1ae52a816d519fd1a1bcdc8d0f2 100644 (file)
@@ -27,7 +27,7 @@ namespace dns {
 const uint32_t MAX_SERIAL_INCREMENT = 2147483647;
 
 /// Maximum value a serial can have, used in + operator.
-const uint64_t MAX_SERIAL_VALUE = 4294967296u;
+const uint64_t MAX_SERIAL_VALUE = 4294967296ull;
 
 /// \brief This class defines DNS serial numbers and serial arithmetic.
 ///