fixed sqlite_backend compilation to respect changes from [3238]

This commit is contained in:
Martin Willi
2007-10-04 08:18:42 +00:00
parent c840a9b484
commit b9bc74979e
+1 -1
View File
@@ -195,7 +195,7 @@ static peer_cfg_t *process_peer_cfg_row(private_sqlite_backend_t *this,
sqlite3_column_int(stmt, 14), /* mobike */
sqlite3_column_int(stmt, 11), /* dpd_delay */
sqlite3_column_int(stmt, 12), /* dpd_action */
local_vip, remote_vip);
local_vip, remote_vip, FALSE, NULL, NULL);
add_children(this, peer_cfg, sqlite3_column_int(stmt, 0));
return peer_cfg;
}