mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
correct missing == in ipsec.inc
This commit is contained in:
parent
d045f38067
commit
664aef0be1
@ -663,7 +663,7 @@ function ipsec_find_id(& $ph1ent, $side = "local", $rgmap = array()) {
|
||||
if (!$addr) {
|
||||
return array();
|
||||
}
|
||||
} elseif ($side = "peer") {
|
||||
} elseif ($side == "peer") {
|
||||
$id_type = $ph1ent['peerid_type'];
|
||||
$id_data = $ph1ent['peerid_data'];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user