summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-24 21:55:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-24 21:55:07 +0000
commit98118e825bc54b4053c82052a453cea1d3695d44 (patch)
treedd003991dc28610bba0da63d4a59aceb378874ed /etc
parentac7f61f7a0cd400b7b92c2995dd566853cf342de (diff)
downloadpfsense-98118e825bc54b4053c82052a453cea1d3695d44.zip
pfsense-98118e825bc54b4053c82052a453cea1d3695d44.tar.gz
MFC 10850
Well, Doh!. Sending 15 ping packets in the script makes the function 15 slower.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 72eb01e..c68827d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1959,7 +1959,6 @@ function enable_rrd_graphing()
</TR>";
if("$ifname" == "wan") {
- $pingtest = exec("ping -c $numpings -q $gatewayip");
if(! file_exists("$rrddbpath$ifname$quality")) {
/* create rrd file if it does not exist */
$rrdcreate = "$rrdtool create $rrddbpath$ifname$quality --step $rrdqualityinterval \
OpenPOWER on IntegriCloud