This patch fixes a trivial typo. Signed-off-by: Eric Leblond <eric@xxxxxx> --- util/db.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/util/db.c b/util/db.c index 5cf5fe1..946458a 100644 --- a/util/db.c +++ b/util/db.c @@ -81,7 +81,7 @@ static int sql_createstmt(struct ulogd_pluginstance *upi) * enough space for the values */ size += strlen(upi->input.keys[i].name) + 1 + SQL_VALSIZE; } - size += srtlen(procedure); + size += strlen(procedure); ulogd_log(ULOGD_DEBUG, "allocating %u bytes for statement\n", size); -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html