BIND 10 master, updated. c09c891d2c63f34f5d9ede256a956fc99c27c9e3 Compilation fix for Solaris 10 (in pkt6.cc)

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 10 07:51:46 UTC 2012


The branch, master has been updated
       via  c09c891d2c63f34f5d9ede256a956fc99c27c9e3 (commit)
      from  fad2e0dab86ee0625378b8410d7ba15dd25c880b (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 c09c891d2c63f34f5d9ede256a956fc99c27c9e3
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Thu May 10 09:51:28 2012 +0200

    Compilation fix for Solaris 10 (in pkt6.cc)

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

Summary of changes:
 src/lib/dhcp/pkt6.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/pkt6.cc b/src/lib/dhcp/pkt6.cc
index 7e1c691..aea3cde 100644
--- a/src/lib/dhcp/pkt6.cc
+++ b/src/lib/dhcp/pkt6.cc
@@ -27,7 +27,7 @@ namespace dhcp {
 
 Pkt6::Pkt6(const uint8_t* buf, uint32_t buf_len, DHCPv6Proto proto /* = UDP */) :
     proto_(proto),
-    msg_type_(-1),
+    msg_type_(0),
     transid_(rand()%0xffffff),
     iface_(""),
     ifindex_(-1),



More information about the bind10-changes mailing list