BIND 10 trac2491, updated. 8627b6eb8915407f8bf29786b70916b4b6ac0567 [2491] Fixed a typo pointed out in the code review.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 10 20:21:42 UTC 2012


The branch, trac2491 has been updated
       via  8627b6eb8915407f8bf29786b70916b4b6ac0567 (commit)
      from  8ad7de967cfee9788fa269640f1ce9e0d302ee04 (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 8627b6eb8915407f8bf29786b70916b4b6ac0567
Author: Marcin Siodelski <marcin at isc.org>
Date:   Mon Dec 10 21:21:22 2012 +0100

    [2491] Fixed a typo pointed out in the code review.

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

Summary of changes:
 src/lib/dhcp/std_option_defs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/std_option_defs.h b/src/lib/dhcp/std_option_defs.h
index 7af1006..f604ea3 100644
--- a/src/lib/dhcp/std_option_defs.h
+++ b/src/lib/dhcp/std_option_defs.h
@@ -44,7 +44,7 @@ struct OptionDefParams {
     uint16_t code;            // option code
     OptionDataType type;      // data type
     bool array;               // is array
-    OptionDataType *records;  // record fields
+    OptionDataType* records;  // record fields
     size_t records_size;      // number of fields in a record
 };
 



More information about the bind10-changes mailing list