Skip to content

Commit

Permalink
QA: Issue with #6001
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 28, 2024
1 parent cefbd2c commit 45e84a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ function log_cacti_stats($loop_start, $method, $concurrent_processes, $max_threa
db_execute_prepared('UPDATE host AS h
LEFT JOIN host_errors AS e
ON h.id = e.host_id
SET errors = e.errors
SET h.current_errors = e.errors
WHERE h.poller_id = ?',
array($poller_id));

Expand Down

0 comments on commit 45e84a5

Please sign in to comment.