summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-25 01:58:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-25 01:58:51 +0000
commitf5969e912704fd14c84d389ee50915b2c284b39d (patch)
treef9d7f624c18f2372e77159759395606985921bc9 /etc/inc/vpn.inc
parentb442f218077cbc60404c7b99c137fded94389d4b (diff)
downloadpfsense-f5969e912704fd14c84d389ee50915b2c284b39d.zip
pfsense-f5969e912704fd14c84d389ee50915b2c284b39d.tar.gz
Add c/r
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 c45ca6a..8021b45 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -201,7 +201,7 @@ function vpn_ipsec_configure($ipchg = false) {
$pfd = fopen("/var/db/ipsecpinghosts","a");
$srcip = find_interface_ip($config['interfaces']['lan']['if']);
$dstip = $tunnel['pinghost'];
- fwrite($pfd, "$srcip|$dstip|3");
+ fwrite($pfd, "$srcip|$dstip|3\n");
fclose($pfd);
}
OpenPOWER on IntegriCloud