Migrated the lease_history option to the new libstrongswan plugin namespace

This commit is contained in:
Martin Willi
2009-10-15 10:14:10 +02:00
parent ffe6f83272
commit d38eb3355e
@@ -346,7 +346,7 @@ sql_attribute_t *sql_attribute_create(database_t *db)
this->db = db;
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 */
if (this->history)