2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1548] Compilation fix

This commit is contained in:
Tomek Mrugalski
2022-02-15 14:48:40 +01:00
committed by Thomas Markwalder
parent 0be2cf114b
commit 771e8bff20

View File

@@ -15,6 +15,7 @@
#include <ddns_tuning.h>
#include <hooks/hooks_manager.h>
#include <cc/data.h>
#include <gtest/gtest.h>
#include <errno.h>
@@ -64,9 +65,8 @@ public:
TEST_F(LibLoadTest, validLoad) {
// Prepare parameters for the callout parameters library.
// ElementPtr params = Element::createMap();
// ElementPtr options = Element::createList();
// params->set("hostname-expr", options);
ElementPtr params = Element::createList();
params->set("hostname-expr", Element::create("special-snowflake"));
addLib(DDNS_TUNING_LIB_SO, params);