summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 21:29:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 21:29:24 +0000
commit89e910c61c209f3e82ec3a7e35ef1b3fb9104b6e (patch)
tree4cd8d97f775d6c5b5b5365c579087b3cdbbb358b /etc
parent609286643ce6bc2f99ace36266b5d6e36b91a7f8 (diff)
downloadpfsense-89e910c61c209f3e82ec3a7e35ef1b3fb9104b6e.zip
pfsense-89e910c61c209f3e82ec3a7e35ef1b3fb9104b6e.tar.gz
Missing )
Pointy-hat-to: Me
Diffstat (limited to 'etc')
-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 440627c..e46ea80 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -239,7 +239,7 @@ function vpn_ipsec_configure($ipchg = false) {
if($sasyncd['ip'] <> "")
$curwanip = $sasyncd['ip'];
/* natt - turn on if <developer/> exists */
- if(isset($config['system']['developer'] <> "") {
+ if(isset($config['system']['developer'] <> "")) {
$lanip = $config['interfaces']['lan']['ipaddr'];
if($lanip <> "")
$natt = "isakmp_natt {$lanip}[4500];\n";
OpenPOWER on IntegriCloud