aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-15 10:10:54 +0200
committerMartin Willi <martin@strongswan.org>2009-10-15 10:14:10 +0200
commitd38eb3355e7072db8db861ee084b31ee0552d01e (patch)
treef53073e0da37ed49ce0060efc6e1b438799c7fc6
parentffe6f832720f3558c756720b56ab29125f256e2f (diff)
downloadstrongswan-d38eb3355e7072db8db861ee084b31ee0552d01e.tar.bz2
strongswan-d38eb3355e7072db8db861ee084b31ee0552d01e.tar.xz
Migrated the lease_history option to the new libstrongswan plugin namespace
-rw-r--r--src/libstrongswan/plugins/attr_sql/sql_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/attr_sql/sql_attribute.c b/src/libstrongswan/plugins/attr_sql/sql_attribute.c
index 405351653..ab6a799e8 100644
--- a/src/libstrongswan/plugins/attr_sql/sql_attribute.c
+++ b/src/libstrongswan/plugins/attr_sql/sql_attribute.c
@@ -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)