From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 server/lib/classes/cron.d/100-monitor_clamav_log.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php b/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
index 208161c..162f38c 100644
--- a/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
+++ b/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
@@ -129,7 +129,7 @@
 		$clamav_outdated_warning = false;
 		$clamav_bytecode_updated = false;
 		foreach ($lastLog as $line) {
-			if (stristr($line,'outdated')) {
+			if (stristr($line,"Can't download daily.cvd from")) {
 				$clamav_outdated_warning = true;
 			}
 			if(stristr($line,'main.cld is up to date')) {

--
Gitblit v1.9.1