From: Francis Dupont Date: Fri, 8 May 2020 21:02:55 +0000 (+0200) Subject: [#1211] Typo (missing =) X-Git-Tag: Kea-1.7.9~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ead95f0d5ce556c33c04e8addd351280bf18337;p=thirdparty%2Fkea.git [#1211] Typo (missing =) --- diff --git a/src/lib/dhcpsrv/cfg_option.h b/src/lib/dhcpsrv/cfg_option.h index a28365d32a..7db9d22c55 100644 --- a/src/lib/dhcpsrv/cfg_option.h +++ b/src/lib/dhcpsrv/cfg_option.h @@ -116,7 +116,7 @@ public: OptionDescriptor& operator=(const OptionDescriptor& other) { if (this != &other) { // Not self-assignment. - data::StampedElement(other); + data::StampedElement=(other); option_ = other.option_; persistent_ = other.persistent_; formatted_value_ = other.formatted_value_;