From b9c40faf82c012086b261f482fc6e50980283c54 Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 24 Nov 2005 20:50:42 +0000 Subject: remove bogus comment (code was fixed, comment not removed) --- output/mysql/ulogd_output_MYSQL.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'output/mysql') diff --git a/output/mysql/ulogd_output_MYSQL.c b/output/mysql/ulogd_output_MYSQL.c index 4e75590..b3e63e0 100644 --- a/output/mysql/ulogd_output_MYSQL.c +++ b/output/mysql/ulogd_output_MYSQL.c @@ -272,9 +272,9 @@ static int mysql_createstmt(struct ulogd_pluginstance *upi) free(mi->stmt); /* caclulate the size for the insert statement */ - size = strlen(MYSQL_INSERTTEMPL) + strlen(table_ce(upi->config_kset).u.string); + size = strlen(MYSQL_INSERTTEMPL) + + strlen(table_ce(upi->config_kset).u.string); - /* FIXME: we don't know the number *Sigh* */ for (i = 0; i < upi->input.num_keys; i++) { /* we need space for the key and a comma, as well as * enough space for the values */ -- cgit v1.2.3