From b25ec5dae7007c59293f93d9418e0bf8bc5092e7 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Fri, 2 Aug 2019 17:00:47 +0200 Subject: [PATCH] Fix SQL in buffer_insert. The columns list of the statement was missing a comma. --- src/manage_sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manage_sql.c b/src/manage_sql.c index cd10d9ba45..58bda6ca8c 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -48519,7 +48519,7 @@ buffer_insert (GString *buffer, task_t task, const char* host, "INSERT into results" " (owner, date, task, host, hostname, port," " nvt, nvt_version, severity, type," - " description, uuid, qod, qod_type, result_nvt" + " description, uuid, qod, qod_type, result_nvt," " report)" " VALUES"); g_string_append_printf (buffer,