summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-09-23 17:00:50 +0700
committergnhb <gnoahb@gmail.com>2010-09-23 17:00:50 +0700
commit315c6c1cc4d45641d6199516e03d349b206418c7 (patch)
tree591b7cc3293e3c5d1459b960a71ae4290bb0afd0 /etc
parent58611e3a1da07a33c6cf65401ad3edf278190e75 (diff)
parentdb3791e9c32b187535330ee21d33e10c34a053df (diff)
downloadpfsense-315c6c1cc4d45641d6199516e03d349b206418c7.zip
pfsense-315c6c1cc4d45641d6199516e03d349b206418c7.tar.gz
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
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 488c2d5..0494a4d 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -156,7 +156,7 @@ function vpn_ipsec_configure($ipchg = false)
$rg = $ph1ent['remote-gateway'];
if (!is_ipaddr($rg)) {
- $dnswatch_list[] = "{$rg} = value";
+ $dnswatch_list[] = "{$rg}=value";
add_hostname_to_watch($rg);
$rg = resolve_retry($rg);
if (!$rg)
OpenPOWER on IntegriCloud