aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/attr_sql/sql_attribute.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-24 11:26:37 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-24 18:53:09 +0100
commitbde5163ae04115443be71530ac9cfebcdd806c55 (patch)
tree6e079508f881dce66c3660797fcec6e9b215d3ee /src/libhydra/plugins/attr_sql/sql_attribute.c
parent2cba58c5b7fe0d85647432a215f8755eb4983284 (diff)
downloadstrongswan-bde5163ae04115443be71530ac9cfebcdd806c55.tar.bz2
strongswan-bde5163ae04115443be71530ac9cfebcdd806c55.tar.xz
Moving attr-sql config in strongswan.conf to libhydra.
Diffstat (limited to 'src/libhydra/plugins/attr_sql/sql_attribute.c')
-rw-r--r--src/libhydra/plugins/attr_sql/sql_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/attr_sql/sql_attribute.c b/src/libhydra/plugins/attr_sql/sql_attribute.c
index a89195b6d..9a2108ed2 100644
--- a/src/libhydra/plugins/attr_sql/sql_attribute.c
+++ b/src/libhydra/plugins/attr_sql/sql_attribute.c
@@ -366,7 +366,7 @@ sql_attribute_t *sql_attribute_create(database_t *db)
this->db = db;
this->history = lib->settings->get_bool(lib->settings,
- "libstrongswan.plugins.attr-sql.lease_history", TRUE);
+ "libhydra.plugins.attr-sql.lease_history", TRUE);
/* close any "online" leases in the case we crashed */
if (this->history)