summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-11-01 20:54:49 +0100
committerErmal <eri@pfsense.org>2014-11-01 20:54:49 +0100
commit6af857182b4b3ba22baa2d22d3d9f9d441398cc5 (patch)
tree5b215fa226f005001fe69c9b80fa0cb9373f5d69
parentf3dd7e8cdb11077486421364ea3a11c411ba807b (diff)
downloadpfsense-6af857182b4b3ba22baa2d22d3d9f9d441398cc5.zip
pfsense-6af857182b4b3ba22baa2d22d3d9f9d441398cc5.tar.gz
Remove debugging code
-rw-r--r--etc/inc/vpn.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 076edb1..0bfb929 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -815,10 +815,8 @@ EOD;
$ipsecconf .= "\t{$ealgosp1}\n";
if (!empty($ealgoAHsp2arr))
$ipsecconf .= "\tah = " . join(',', $ealgoAHsp2arr) . "!\n";
- if (!empty($ealgoESPsp2arr)) {
- file_put_contents("/var/etc/ipsec/dump_test", print_r($ealgoESPsp2arr, true));
+ if (!empty($ealgoESPsp2arr))
$ipsecconf .= "\tesp = " . join(',', $ealgoESPsp2arr) . "!\n";
- }
if (!empty($authentication))
$ipsecconf .= "\t{$authentication}\n";
if (!empty($peerid_spec))
OpenPOWER on IntegriCloud