diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-24 11:26:37 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-24 18:53:09 +0100 |
commit | bde5163ae04115443be71530ac9cfebcdd806c55 (patch) | |
tree | 6e079508f881dce66c3660797fcec6e9b215d3ee /src/libhydra/plugins/attr_sql/attr_sql_plugin.c | |
parent | 2cba58c5b7fe0d85647432a215f8755eb4983284 (diff) | |
download | strongswan-bde5163ae04115443be71530ac9cfebcdd806c55.tar.bz2 strongswan-bde5163ae04115443be71530ac9cfebcdd806c55.tar.xz |
Moving attr-sql config in strongswan.conf to libhydra.
Diffstat (limited to 'src/libhydra/plugins/attr_sql/attr_sql_plugin.c')
-rw-r--r-- | src/libhydra/plugins/attr_sql/attr_sql_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/attr_sql/attr_sql_plugin.c b/src/libhydra/plugins/attr_sql/attr_sql_plugin.c index 5d3d737bd..981af986d 100644 --- a/src/libhydra/plugins/attr_sql/attr_sql_plugin.c +++ b/src/libhydra/plugins/attr_sql/attr_sql_plugin.c @@ -62,7 +62,7 @@ plugin_t *attr_sql_plugin_create() char *uri; private_attr_sql_plugin_t *this; - uri = lib->settings->get_str(lib->settings, "libstrongswan.plugins.attr-sql.database", NULL); + uri = lib->settings->get_str(lib->settings, "libhydra.plugins.attr-sql.database", NULL); if (!uri) { DBG1("attr-sql plugin: database URI not set"); |