summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase2.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-30 20:59:16 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-30 20:59:53 +0100
commitfa77655557586453a0279566a84d01cd25645978 (patch)
tree1e081c59811254b70c52a1e4d4a3265d1cd75b9e /usr/local/www/vpn_ipsec_phase2.php
parentf5b23288160aebd53e5d983ab872b468c09934ed (diff)
downloadpfsense-fa77655557586453a0279566a84d01cd25645978.zip
pfsense-fa77655557586453a0279566a84d01cd25645978.tar.gz
Do not reuse reqid on copy of phase2 Fixes #4349
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase2.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php
index 160b264..e6ce3f0 100644
--- a/usr/local/www/vpn_ipsec_phase2.php
+++ b/usr/local/www/vpn_ipsec_phase2.php
@@ -122,6 +122,7 @@ if (!empty($_GET['dup'])) {
unset($uindex);
unset($p2index);
$pconfig['uniqid'] = uniqid();
+ $pconfig['reqid'] = ipsec_new_reqid();
}
if ($_POST) {
OpenPOWER on IntegriCloud