Commit 5155d2e9 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ids) remove unused variable

(cherry picked from commit 55188651)
parent 0a5d4b71
......@@ -219,7 +219,7 @@ class ServiceController extends ApiControllerBase
// flush rule configuration
$bckresult = trim($backend->configdRun("template reload OPNsense.IDS"));
if ($bckresult == "OK") {
$status = $backend->configdRun("ids reload", $detach);
$status = $backend->configdRun("ids reload");
} else {
$status = "template error";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment