Skip to content

Commit

Permalink
Merge pull request #726 from timopollmeier/missing-host_noticeable
Browse files Browse the repository at this point in the history
Fix indentation in update_from_slave
  • Loading branch information
mattmundell authored Aug 29, 2019
2 parents 3039576 + 6d75f1b commit fba54df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit fba54df

Please sign in to comment.