From b3604a57727014c6ebba3a7497c3f1eb20b18f0e Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Thu, 29 Aug 2019 08:45:36 +0200 Subject: [PATCH 1/2] Fix indentation in update_from_slave --- 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 ccf319124..294433444 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -48794,7 +48794,7 @@ update_from_slave (task_t task, entity_t get_report, entity_t *report, { uuid = report_uuid (global_current_report); host_notice (entity_text (ip), "ip", entity_text (ip), - "Report Host", uuid, 1, 1); + "Report Host", uuid, 1, 1); free (uuid); } From 561222cf297519bed86003c910920f1872a9d6e6 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Thu, 29 Aug 2019 08:49:35 +0200 Subject: [PATCH 2/2] Fix indentation in update_from_slave --- 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 ef230fa1b..92534192d 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -48664,7 +48664,7 @@ update_from_slave (task_t task, entity_t get_report, entity_t *report, { uuid = report_uuid (global_current_report); host_notice (entity_text (ip), "ip", entity_text (ip), - "Report Host", uuid, 1, 1); + "Report Host", uuid, 1, 1); free (uuid); }