aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/attr_sql/attr_sql_plugin.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-25 23:25:01 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-25 23:25:01 +0100
commit5b2547c7a7cb7b386b6ebbef0e10919bf14d962e (patch)
tree84ab994e62eb71620db231f293da6ca19500f106 /src/libhydra/plugins/attr_sql/attr_sql_plugin.c
parent53e159f111b59fc40b00ab58e1c9d6aa7861e27d (diff)
downloadstrongswan-5b2547c7a7cb7b386b6ebbef0e10919bf14d962e.tar.bz2
strongswan-5b2547c7a7cb7b386b6ebbef0e10919bf14d962e.tar.xz
commas, commas, ..
Diffstat (limited to 'src/libhydra/plugins/attr_sql/attr_sql_plugin.c')
-rw-r--r--src/libhydra/plugins/attr_sql/attr_sql_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libhydra/plugins/attr_sql/attr_sql_plugin.c b/src/libhydra/plugins/attr_sql/attr_sql_plugin.c
index ac0304db5..ca9de023e 100644
--- a/src/libhydra/plugins/attr_sql/attr_sql_plugin.c
+++ b/src/libhydra/plugins/attr_sql/attr_sql_plugin.c
@@ -71,10 +71,10 @@ plugin_t *attr_sql_plugin_create()
INIT(this,
.public = {
.plugin = {
- .destroy = _destroy
+ .destroy = _destroy,
},
},
- .db = lib->db->create(lib->db, uri)
+ .db = lib->db->create(lib->db, uri),
);
if (!this->db)