aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{