mirror of https://github.com/aredn/aredn.git
cleanup: Resolve "used once" warning.
This commit is contained in:
parent
602dc13d8a
commit
fad8a43974
|
@ -12,7 +12,6 @@ if ( ! $needsrun ){
|
|||
|
||||
#Prep some variables
|
||||
$node = nvram_get("node");
|
||||
$tactical = nvram_get("tactical");
|
||||
$mac2 = mac2ip(get_mac(get_interface("wifi")), 0);
|
||||
$dtdmac = mac2ip(get_mac(get_interface("lan")), 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue