From 0b789ea9bf810497845456e9b83bff8c5ae5ca23 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 23 Jul 2008 14:56:31 +0200 Subject: Fix a trivial typo This patch fixes a trivial typo. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- util/db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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); -- cgit v1.2.3