summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorlukehamburg <luke.hamburg@gmail.com>2017-02-08 10:35:52 -0500
committerlukehamburg <luke.hamburg@gmail.com>2017-02-08 10:35:52 -0500
commit6c2f093000b05285546e81dd1a578fc9b573b72b (patch)
tree3ce92524643bf46fffb31f307ca61914b836a1f1 /src/usr/local/www/services_dhcp_edit.php
parentdd83f869b79a858bd74c7a8bb4adcd49217445b0 (diff)
downloadpfsense-6c2f093000b05285546e81dd1a578fc9b573b72b.zip
pfsense-6c2f093000b05285546e81dd1a578fc9b573b72b.tar.gz
3rd try!
- incorporate suggestions from @rbgarga with slight modification
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-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 8ec64bb..cd45b90 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -385,8 +385,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