summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gif_edit.php
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2013-01-27 02:38:34 +0100
committerbcyrill <cyrill@bannwart.info>2013-01-27 02:38:34 +0100
commit5b3bd46c007086c9bb6aca6868efd75b698d57d8 (patch)
tree64ace5ccfa197397761e388ef908c30f96a73e65 /usr/local/www/interfaces_gif_edit.php
parent6d53bbb5062fc5ce5bc05801718aa10edd95ab37 (diff)
downloadpfsense-5b3bd46c007086c9bb6aca6868efd75b698d57d8.zip
pfsense-5b3bd46c007086c9bb6aca6868efd75b698d57d8.tar.gz
Re-add lost parenthesis
Diffstat (limited to 'usr/local/www/interfaces_gif_edit.php')
-rw-r--r--usr/local/www/interfaces_gif_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index f12f917..0da8a5a 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -91,7 +91,7 @@ if ($_POST) {
continue;
/* FIXME: needs to perform proper subnet checks in the feature */
- if (($gif['if'] == $interface && ($gif['tunnel-remote-addr'] == $_POST['tunnel-remote-addr'])) {
+ if (($gif['if'] == $interface) && ($gif['tunnel-remote-addr'] == $_POST['tunnel-remote-addr'])) {
$input_errors[] = sprintf(gettext("A gif with the network %s is already defined."), $gif['tunnel-remote-addr']);
break;
}
OpenPOWER on IntegriCloud