]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Tentative merge fix
authorFrancis Dupont <fdupont@isc.org>
Tue, 26 Sep 2017 08:45:11 +0000 (10:45 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 26 Sep 2017 08:45:11 +0000 (10:45 +0200)
src/lib/dhcpsrv/client_class_def.h

index b645214789f2c7c2fc86939b2a1bcb25e8d99f16..1167aa012aff6fa0c018f865ffaaea195bb00f48 100644 (file)
@@ -245,7 +245,7 @@ public:
     /// others.
     void addClass(const std::string& name, const ExpressionPtr& match_expr,
                   const std::string& test, const CfgOptionPtr& options,
-                  CfgOptionDefPtr defs = 0,
+                  CfgOptionDefPtr defs = CfgOptionDefPtr(),
                   asiolink::IOAddress next_server = asiolink::IOAddress("0.0.0.0"),
                   const std::string& sname = std::string(),
                   const std::string& filename = std::string());