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

[master] Merge branch 'trac3161'

This commit is contained in:
Marcin Siodelski
2016-09-16 16:25:20 +02:00
15 changed files with 56 additions and 44 deletions

View File

@@ -1020,7 +1020,8 @@ public:
/// @brief Constructor.
PgSqlOptionExchange()
: PgSqlExchange(OPTION_COLUMNS) {
: PgSqlExchange(OPTION_COLUMNS), value_(),
value_len_(0), option_() {
columns_[OPTION_ID_COL] = "option_id";
columns_[CODE_COL] = "code";
columns_[VALUE_COL] = "value";