From 3360a1067f1f579601a094eec4e1a703a15af4bc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 10 Aug 2017 12:50:11 +0200 Subject: [PATCH] security/clamav: typo in previous --- .../app/controllers/OPNsense/ClamAV/Api/ServiceController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/security/clamav/src/opnsense/mvc/app/controllers/OPNsense/ClamAV/Api/ServiceController.php b/security/clamav/src/opnsense/mvc/app/controllers/OPNsense/ClamAV/Api/ServiceController.php index 998599092..6d3c648b0 100644 --- a/security/clamav/src/opnsense/mvc/app/controllers/OPNsense/ClamAV/Api/ServiceController.php +++ b/security/clamav/src/opnsense/mvc/app/controllers/OPNsense/ClamAV/Api/ServiceController.php @@ -43,7 +43,6 @@ class ServiceController extends ApiControllerBase { /** * load the initial signatures - * @param string $command test or go fetch * @return array */ public function freshclamAction()