summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 21:31:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 21:31:17 +0000
commita5a0c4c7776c8b2d96007c9e74c0d9341ff0afb6 (patch)
tree226747be57983892ca3b47ea0d6c744c8cdb6f88 /etc/inc
parent89e910c61c209f3e82ec3a7e35ef1b3fb9104b6e (diff)
downloadpfsense-a5a0c4c7776c8b2d96007c9e74c0d9341ff0afb6.zip
pfsense-a5a0c4c7776c8b2d96007c9e74c0d9341ff0afb6.tar.gz
Move )
Pointy-hat-to: Me
Diffstat (limited to 'etc/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 e46ea80..9612db6 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