diff options
Diffstat (limited to 'src/libstrongswan/plugins/attr_sql/sql_attribute.c')
-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 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; |