aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/attr_sql
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-05-20 17:38:39 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-05-20 17:39:10 +0200
commit3e3059ba7c050977c7d792922e363cd23473e227 (patch)
tree671e68d852040a55ba9c8dc3d56599ad218b6ee7 /src/libhydra/plugins/attr_sql
parent98063813228b0f8da29a4ab7c1156b23d85e4f27 (diff)
downloadstrongswan-3e3059ba7c050977c7d792922e363cd23473e227.tar.bz2
strongswan-3e3059ba7c050977c7d792922e363cd23473e227.tar.xz
oops, removed stray parenthesis
Diffstat (limited to 'src/libhydra/plugins/attr_sql')
-rw-r--r--src/libhydra/plugins/attr_sql/pool_attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/attr_sql/pool_attributes.c b/src/libhydra/plugins/attr_sql/pool_attributes.c
index 7ee207536..0fdfc87fd 100644
--- a/src/libhydra/plugins/attr_sql/pool_attributes.c
+++ b/src/libhydra/plugins/attr_sql/pool_attributes.c
@@ -236,7 +236,7 @@ static bool parse_attributes(char *name, char *value, value_type_t *value_type,
{
fprintf(stderr, "the attribute type must lie in the range 1..32767.\n");
free(blob->ptr);
- return FALSE);
+ return FALSE;
}
if (*value_type == VALUE_NONE)
{