From: Francis Dupont Date: Wed, 24 Jun 2015 10:39:36 +0000 (+0200) Subject: [3919] Initialize ext_ X-Git-Tag: trac3911_base~5^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1232181d121005b56339f7b35442f700c34da4e;p=thirdparty%2Fkea.git [3919] Initialize ext_ --- diff --git a/src/lib/dhcpsrv/lease.h b/src/lib/dhcpsrv/lease.h index a4faeee3c8..082c8de438 100644 --- a/src/lib/dhcpsrv/lease.h +++ b/src/lib/dhcpsrv/lease.h @@ -246,7 +246,8 @@ struct Lease4 : public Lease { /// @brief Default constructor /// /// Initialize fields that don't have a default constructor. - Lease4() : Lease(0, 0, 0, 0, 0, 0, false, false, "", HWAddrPtr()) { + Lease4() : Lease(0, 0, 0, 0, 0, 0, false, false, "", HWAddrPtr()), ext_(0) + { } /// @brief Copy constructor