mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
VPN: IPsec: Tunnel Settings - minor bugfix in copy, reqid should not stick.
This commit is contained in:
parent
4fa01e5531
commit
fa57bf6688
@ -470,6 +470,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$new_phase2['disabled'] = true;
|
||||
$new_phase2['uniqid'] = uniqid();
|
||||
$new_phase2['ikeid'] = $ph1ent['ikeid'];
|
||||
unset($new_phase2['reqid']);
|
||||
$config['ipsec']['phase2'][] = $new_phase2;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user