summaryrefslogtreecommitdiffstats
path: root/src/usr/local/bin
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-10 19:44:47 +0100
committerheper <heper@users.noreply.github.com>2015-11-10 19:44:47 +0100
commit7e689d383cbb2e4481909309ed384f9e168d465e (patch)
tree8e8af1683fe83f57c7981bc09259ec344a8ebe2a /src/usr/local/bin
parentbd0d21939fd4da9bb79d5f16e2776a9253cffd40 (diff)
downloadpfsense-7e689d383cbb2e4481909309ed384f9e168d465e.zip
pfsense-7e689d383cbb2e4481909309ed384f9e168d465e.tar.gz
fix debugging typo
Diffstat (limited to 'src/usr/local/bin')
-rw-r--r--src/usr/local/bin/dhcpd_gather_stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/bin/dhcpd_gather_stats.php b/src/usr/local/bin/dhcpd_gather_stats.php
index 59e9045..b16e887 100644
--- a/src/usr/local/bin/dhcpd_gather_stats.php
+++ b/src/usr/local/bin/dhcpd_gather_stats.php
@@ -35,7 +35,7 @@ $result['range'] ="NaN";
if (is_array($config['dhcpd'][$argv[1]])) {
- $leasesfile = "{$g['dhcpd_chroot_path']}/var/db/dhcpd.leases.fake";
+ $leasesfile = "{$g['dhcpd_chroot_path']}/var/db/dhcpd.leases";
$leases_contents = file($leasesfile);
$dhcpif = $argv[1] ;
OpenPOWER on IntegriCloud