Migrated the lease_history option to the new libstrongswan plugin namespace
This commit is contained in:
@@ -346,7 +346,7 @@ sql_attribute_t *sql_attribute_create(database_t *db)
|
|||||||
|
|
||||||
this->db = db;
|
this->db = db;
|
||||||
this->history = lib->settings->get_bool(lib->settings,
|
this->history = lib->settings->get_bool(lib->settings,
|
||||||
"charon.plugins.sql.lease_history", TRUE);
|
"libstrongswan.plugins.attr-sql.lease_history", TRUE);
|
||||||
|
|
||||||
/* close any "online" leases in the case we crashed */
|
/* close any "online" leases in the case we crashed */
|
||||||
if (this->history)
|
if (this->history)
|
||||||
|
|||||||
Reference in New Issue
Block a user