summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2010-02-27 14:47:36 -0500
committerjim-p <jim@pingle.org>2010-02-27 14:47:36 -0500
commit7b819cdbb268b106d648904b2f1596b980552f0a (patch)
treee6344f76fb6ab90d56a4e7c8e5286849359252ca /etc/inc/services.inc
parent423afd2d4300fc6170b4051787cc9515cc94f140 (diff)
downloadpfsense-7b819cdbb268b106d648904b2f1596b980552f0a.zip
pfsense-7b819cdbb268b106d648904b2f1596b980552f0a.tar.gz
A couple fixes for DHCP lease parsing. Ticket #374
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 8797994..636c75f 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -39,6 +39,7 @@
*/
function services_parse_dhcpd_hostnames() {
+ global $config;
$ps = `ps awux | grep isc | grep -v grep | grep parse | awk '{ print $2 }'`;
if($ps)
exec("kill {$ps}");
OpenPOWER on IntegriCloud