Skip to content

Commit

Permalink
Fixes typo on variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Mar 10, 2014
1 parent 9aa6ad5 commit 0d8fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/inc/interfaces.inc
Expand Up @@ -2874,7 +2874,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
$tmpifaces = pfSense_getall_interface_addresses($realif);
if (is_array($tmpifaces)) {
foreach ($tmpifaces as $tmpiface) {
if (strstr($iface, ":"))
if (strstr($tmpiface, ":"))
mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " inet6 {$tmpiface} delete");
else {
if (is_subnetv4($tmpiface)) {
Expand Down

0 comments on commit 0d8fc8e

Please sign in to comment.