Browse Source

[2414] T1, T2 fix in Optio6_IA

Tomek Mrugalski 12 years ago
parent
commit
53a57b7f2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option6_ia.cc

+ 1 - 1
src/lib/dhcp/option6_ia.cc

@@ -29,7 +29,7 @@ namespace isc {
 namespace dhcp {
 
 Option6IA::Option6IA(uint16_t type, uint32_t iaid)
-    :Option(Option::V6, type), iaid_(iaid) {
+    :Option(Option::V6, type), iaid_(iaid), t1_(0), t2_(0) {
 }
 
 Option6IA::Option6IA(uint16_t type, OptionBufferConstIter begin, OptionBufferConstIter end)