summaryrefslogtreecommitdiffstats
path: root/usr
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:35 +0100
commit7c449a56f208cb7a02c739610a8abfe11ee498be (patch)
treecc856c2096c269ffba149406608b6684850d537b /usr
parent15ff0dc5b37726ad89bd42998cc0f99003519a91 (diff)
downloadpfsense-7c449a56f208cb7a02c739610a8abfe11ee498be.zip
pfsense-7c449a56f208cb7a02c739610a8abfe11ee498be.tar.gz
Do not reuse reqid on copy of phase2 Fixes #4349
Diffstat (limited to 'usr')
-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