From 2b6439d502243f723e6002987d9c78afa65b297c Mon Sep 17 00:00:00 2001 From: Ultra2D Date: Fri, 4 Mar 2016 13:45:48 +0100 Subject: [PATCH] Missing trailing delimiter in original code --- includes/syslog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/syslog.php b/includes/syslog.php index a644333f4..062708dab 100644 --- a/includes/syslog.php +++ b/includes/syslog.php @@ -90,7 +90,7 @@ function process_syslog($entry, $update) { $entry['program'] = 'OpenVPN'; } //end if // POP3(username): Disconnected: Logged out top=0/0, retr=0/0, del=0/1, size=2802 - else if ($entry['facility'] == 'mail' and preg_match('#^(((pop3|imap)\-login)|((POP3|IMAP)\(.*\))):', $entry['msg'])) { + else if ($entry['facility'] == 'mail' and preg_match('#^(((pop3|imap)\-login)|((POP3|IMAP)\(.*\))):#', $entry['msg'])) { $entry['program'] = 'Dovecot'; } // pam_krb5(sshd:auth): authentication failure; logname=root uid=0 euid=0 tty=ssh ruser= rhost=123.213.132.231 // pam_krb5[sshd:auth]: authentication failure; logname=root uid=0 euid=0 tty=ssh ruser= rhost=123.213.132.231