summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-06-04 08:25:28 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-06-04 08:25:28 -0300
commitc766d4117e0d9edae38f4d52d52239b2b4a7ad90 (patch)
treecfa3407a884d7c69d72b80534a5b0ce6861e6709 /etc/inc/vpn.inc
parent4eb3ac52b07533c26a1ebf3e496d25669629a038 (diff)
downloadpfsense-c766d4117e0d9edae38f4d52d52239b2b4a7ad90.zip
pfsense-c766d4117e0d9edae38f4d52d52239b2b4a7ad90.tar.gz
Remove extra parenthesis
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 3edb027..1a42256 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -871,7 +871,7 @@ EOD;
if(($ph2ent['mode'] == "tunnel") or ($ph2ent['mode'] == 'tunnel6')) {
// Error will be logged above, no need to log this twice. #2201
- if (!is_subnet($localid) && ($localid != "0.0.0.0/0")))
+ if (!is_subnet($localid) && ($localid != "0.0.0.0/0"))
continue;
if($ph2ent['mode'] == "tunnel6")
OpenPOWER on IntegriCloud