BIND 10 master, updated. f9cbe6fb6e0a3d3dc03218429f530e6c01920169 [master] that needs to be ull

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 2 14:03:08 UTC 2011


The branch, master has been updated
       via  f9cbe6fb6e0a3d3dc03218429f530e6c01920169 (commit)
      from  18128a99fd70d66eb09312dd8dfa0f0521033f97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f9cbe6fb6e0a3d3dc03218429f530e6c01920169
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 2 15:02:58 2011 +0100

    [master] that needs to be ull

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/serial.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/serial.h b/src/lib/dns/serial.h
index 6e6e29f..3549860 100644
--- a/src/lib/dns/serial.h
+++ b/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.
 ///




More information about the bind10-changes mailing list