From: Francis Dupont Date: Sat, 27 Jun 2015 07:12:29 +0000 (+0200) Subject: [master] Removed spurious lease_(0) introduced by accident in #3919 marge X-Git-Tag: trac3911_base~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8684aede9cd8a5cab9692989aa6978913b143d84;p=thirdparty%2Fkea.git [master] Removed spurious lease_(0) introduced by accident in #3919 marge --- diff --git a/src/lib/dhcpsrv/mysql_lease_mgr.cc b/src/lib/dhcpsrv/mysql_lease_mgr.cc index 1296efc0cf..ccdb74db06 100644 --- a/src/lib/dhcpsrv/mysql_lease_mgr.cc +++ b/src/lib/dhcpsrv/mysql_lease_mgr.cc @@ -667,7 +667,7 @@ public: /// The initialization of the variables here is nonly to satisfy cppcheck - /// all variables are initialized/set in the methods before they are used. MySqlLease6Exchange() : addr6_length_(0), duid_length_(0), - iaid_(0), lease_(0), lease_type_(0), prefixlen_(0), + iaid_(0), lease_type_(0), prefixlen_(0), pref_lifetime_(0), subnet_id_(0), valid_lifetime_(0), fqdn_fwd_(false), fqdn_rev_(false), hostname_length_(0), hwaddr_length_(0),