Skip to content

Commit 7fad268

Browse files
TheWitnessCopilot
andauthored
Update syslog_process.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ba9a1dc commit 7fad268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syslog_process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function sig_handler($signo) {
274274
case SIGINT:
275275
cacti_log("WARNING: Syslog 'master' is shutting down by signal!", false, 'SYSLOG');
276276

277-
unregister_process('syslog', 'master', $config['poller_id'], getmypid());
277+
unregister_process('syslog', 'master', $config['poller_id']);
278278

279279
exit(1);
280280

0 commit comments

Comments
 (0)