2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-06 00:45:23 +00:00

[5009] Addressed review comments.

This commit is contained in:
Marcin Siodelski
2016-09-20 15:37:11 +02:00
parent fbc03386d0
commit 07fbb6e142
3 changed files with 19 additions and 0 deletions

View File

@@ -506,6 +506,11 @@ private:
PgSqlExchange::getColumnValue(r, row, space_index_, space);
}
// If empty or null space provided, use a default top level space.
if (space.empty()) {
space = (universe_ == Option::V4 ? "dhcp4" : "dhcp6");
}
// persistent: BOOL default false
bool persistent;
PgSqlExchange::getColumnValue(r, row, persistent_index_,