From: Andreas Steffen Date: Thu, 20 May 2010 15:38:39 +0000 (+0200) Subject: oops, removed stray parenthesis X-Git-Tag: 4.4.1~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e3059ba7c050977c7d792922e363cd23473e227;p=thirdparty%2Fstrongswan.git oops, removed stray parenthesis --- diff --git a/src/libhydra/plugins/attr_sql/pool_attributes.c b/src/libhydra/plugins/attr_sql/pool_attributes.c index 7ee2075363..0fdfc87fd3 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) {