From 89e910c61c209f3e82ec3a7e35ef1b3fb9104b6e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 13 Oct 2005 21:29:24 +0000 Subject: Missing ) Pointy-hat-to: Me --- etc/inc/vpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') 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 exists */ - if(isset($config['system']['developer'] <> "") { + if(isset($config['system']['developer'] <> "")) { $lanip = $config['interfaces']['lan']['ipaddr']; if($lanip <> "") $natt = "isakmp_natt {$lanip}[4500];\n"; -- cgit v1.1