aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/attr_sql
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-12-16 13:33:09 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-12-16 13:33:09 +0100
commit3747f0f2e7412a8a6ee1709d40c77c215ff0e636 (patch)
tree779f8fc9112188d0ea7bbecf6cd9d8559c731fa1 /src/libstrongswan/plugins/attr_sql
parenta461e20dd89988f3d619e9019ba1712e80d36211 (diff)
downloadstrongswan-3747f0f2e7412a8a6ee1709d40c77c215ff0e636.tar.bz2
strongswan-3747f0f2e7412a8a6ee1709d40c77c215ff0e636.tar.xz
cosmetics
Diffstat (limited to 'src/libstrongswan/plugins/attr_sql')
-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 3440872f8..a89195b6d 100644
--- a/src/libstrongswan/plugins/attr_sql/sql_attribute.c
+++ b/src/libstrongswan/plugins/attr_sql/sql_attribute.c
@@ -334,7 +334,7 @@ static enumerator_t* create_attribute_enumerator(private_sql_attribute_t *this,
enumerator_t *enumerator;
enumerator = this->db->query(this->db,
- "SELECT type, value FROM attributes ", DB_INT, DB_BLOB);
+ "SELECT type, value FROM attributes", DB_INT, DB_BLOB);
if (enumerator)
{
return enumerator;