summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-04-07 12:35:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-04-07 12:35:00 -0400
commite05458b052275b5ae881098f15695eba830aae46 (patch)
tree4a756b822ed42cc8a4607c0d5f1a901b17f460b1 /usr/local/www/diag_packet_capture.php
parent7ec2a858afefa36b28776d2ec1b33cc6e5d8b995 (diff)
downloadpfsense-e05458b052275b5ae881098f15695eba830aae46.zip
pfsense-e05458b052275b5ae881098f15695eba830aae46.tar.gz
Remove extra variable set
Diffstat (limited to 'usr/local/www/diag_packet_capture.php')
-rw-r--r--usr/local/www/diag_packet_capture.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index a9fba1b..b35cc1b 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -196,8 +196,6 @@ include("fbegin.inc");
/* check to see if packet capture tcpdump is already running */
$processcheck = (trim(shell_exec("/bin/ps axw -O pid= | /usr/bin/grep tcpdump | /usr/bin/grep {$fn} | /usr/bin/grep -v pflog")));
- $processisrunning = false;
-
if ($processcheck != "")
$processisrunning = true;
else
OpenPOWER on IntegriCloud