Browse Source

[master] that needs to be ull

Jelte Jansen 13 years ago
parent
commit
f9cbe6fb6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/serial.h

+ 1 - 1
src/lib/dns/serial.h

@@ -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.
 ///