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:
@@ -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_,
|
||||
|
Reference in New Issue
Block a user