mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-10-29 15:28:38 +00:00
[1216] deprecated the SQLite3Accessor constructor that takes RRClass
This commit is contained in:
@@ -830,8 +830,7 @@ public:
|
||||
class TestSQLite3Accessor : public SQLite3Accessor {
|
||||
public:
|
||||
TestSQLite3Accessor() : SQLite3Accessor(
|
||||
TEST_DATA_BUILDDIR "/rwtest.sqlite3.copied",
|
||||
RRClass::IN())
|
||||
TEST_DATA_BUILDDIR "/rwtest.sqlite3.copied", "IN")
|
||||
{
|
||||
startUpdateZone("example.org.", true);
|
||||
string columns[ADD_COLUMN_COUNT];
|
||||
|
||||
Reference in New Issue
Block a user