BIND 10 trac2417, updated. f94b033cbf46821f0391b5512a5fdcb70ffbc6e4 [2417] Added missing header and corrected typo.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Nov 5 13:51:12 UTC 2012


The branch, trac2417 has been updated
       via  f94b033cbf46821f0391b5512a5fdcb70ffbc6e4 (commit)
      from  b966ebcc19a55c4d01825010ee1e707ba95293e8 (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 f94b033cbf46821f0391b5512a5fdcb70ffbc6e4
Author: Marcin Siodelski <marcin at isc.org>
Date:   Mon Nov 5 14:51:02 2012 +0100

    [2417] Added missing header and corrected typo.
    
    This fixes build issues discovered during code review.

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

Summary of changes:
 src/lib/dhcp/libdhcp++.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/libdhcp++.cc b/src/lib/dhcp/libdhcp++.cc
index 4f58c8f..7a7fde6 100644
--- a/src/lib/dhcp/libdhcp++.cc
+++ b/src/lib/dhcp/libdhcp++.cc
@@ -24,6 +24,7 @@
 #include <dhcp/option6_ia.h>
 #include <dhcp/option6_iaaddr.h>
 #include <dhcp/option_definition.h>
+#include <dhcp/option6_int_array.h>
 
 using namespace std;
 using namespace isc::dhcp;
@@ -284,7 +285,7 @@ LibDHCP::initStdOptionDefs6() {
             definition->addRecordField(OptionDefinition::UINT32_TYPE);
             break;
         case D6O_STATUS_CODE:
-            definotion->addRecordField(OptionDefinition::UINT16_TYPE);
+            definition->addRecordField(OptionDefinition::UINT16_TYPE);
             definition->addRecordField(OptionDefinition::STRING_TYPE);
         default:
             break;



More information about the bind10-changes mailing list