diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-15 10:10:54 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-15 10:14:10 +0200 |
commit | d38eb3355e7072db8db861ee084b31ee0552d01e (patch) | |
tree | f53073e0da37ed49ce0060efc6e1b438799c7fc6 | |
parent | ffe6f832720f3558c756720b56ab29125f256e2f (diff) | |
download | strongswan-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.c | 2 |
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) |