summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-18 23:47:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-18 23:47:10 +0000
commitc9ccbdf3eedd6f564cfe90b7ac0fa1d819ae4347 (patch)
treef6c516d0cf4af7b6c59a161ffb765b524906480d /usr/local/www
parentdf58b311c482530814ae03f81c64085f019aea73 (diff)
downloadpfsense-c9ccbdf3eedd6f564cfe90b7ac0fa1d819ae4347.zip
pfsense-c9ccbdf3eedd6f564cfe90b7ac0fa1d819ae4347.tar.gz
Do not call staticmaps_sort() twice
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/services_dhcp.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 19a3722..90fee6b 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -68,7 +68,6 @@ if (!is_array($config['dhcpd'][$if]['staticmap'])) {
}
staticmaps_sort($if);
$a_maps = &$config['dhcpd'][$if]['staticmap'];
-staticmaps_sort($if);
function is_inrange($test, $start, $end) {
if ( (ip2long($test) < ip2long($end)) && (ip2long($test) > ip2long($start)) )
OpenPOWER on IntegriCloud