summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-31 11:19:01 +0000
committerErmal <eri@pfsense.org>2010-08-31 11:19:01 +0000
commitf814d3a63bd92c949d709107e5d7860afef79c05 (patch)
tree3ca5b0e5acb6c4bd12de22bbdac39d5624a26cb4
parent7e96ca276aac6782aa4597735ecfda13b3584b81 (diff)
downloadpfsense-f814d3a63bd92c949d709107e5d7860afef79c05.zip
pfsense-f814d3a63bd92c949d709107e5d7860afef79c05.tar.gz
Make this more readble.
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index cdf909f..b0daa5d 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1564,7 +1564,7 @@ function interface_proxyarp_configure($interface = "") {
} else if (count($paa) > 0) {
foreach ($paa as $paif => $paents) {
$paaifip = get_interface_ip($paif);
- if (!(is_ipaddr($paaifip)))
+ if (!is_ipaddr($paaifip))
continue;
$args = get_real_interface($paif) . " auto";
foreach ($paents as $paent) {
OpenPOWER on IntegriCloud