summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorlukehamburg <luke.hamburg@gmail.com>2017-02-08 10:35:52 -0500
committerRenato Botelho <renato@netgate.com>2017-02-10 15:57:53 -0200
commitc2f4b75978698f282b8caa93c276acdff870939b (patch)
tree8ae43d25a2cd919571c31481b5fc427bc1098288 /src/usr
parent307243e7b7cb88283740ae29a2d6150cc59bc573 (diff)
downloadpfsense-c2f4b75978698f282b8caa93c276acdff870939b.zip
pfsense-c2f4b75978698f282b8caa93c276acdff870939b.tar.gz
3rd try!
- incorporate suggestions from @rbgarga with slight modification (cherry picked from commit 6c2f093000b05285546e81dd1a578fc9b573b72b)
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index 22bfbcf..ecdd015 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -404,8 +404,6 @@ if ($_POST) {
// Get our MAC address
$ip = $_SERVER['REMOTE_ADDR'];
-
-unset($mymac);
$mymac = arp_get_mac_by_ip($ip);
$iflist = get_configured_interface_with_descr();
OpenPOWER on IntegriCloud