From: Francis Dupont Date: Sat, 17 Oct 2015 19:47:15 +0000 (+0200) Subject: [3927] blank line X-Git-Tag: trac4115_base~5^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75552a69de8ffee46eed528445e1107a738c3a47;p=thirdparty%2Fkea.git [3927] blank line --- diff --git a/src/lib/dhcpsrv/parsers/dhcp_parsers.h b/src/lib/dhcpsrv/parsers/dhcp_parsers.h index 30d530aab3..5eb5aa863f 100644 --- a/src/lib/dhcpsrv/parsers/dhcp_parsers.h +++ b/src/lib/dhcpsrv/parsers/dhcp_parsers.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -745,6 +745,7 @@ private: /// Instance of option definition being created by this parser. OptionDefinitionPtr option_definition_; + /// Name of the space the option definition belongs to. std::string option_space_name_;