mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo in function names
This commit is contained in:
parent
b9064a4d01
commit
b19533ed08
@ -1572,7 +1572,7 @@ function reload_tunnel_spd_policy($phase1, $phase2, $old_phase1, $old_phase2) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if((!ip_addr($oldep)) || (! is_ipaddr($ep)) || (! is_ipaddr($rgip)) || (! is_ipaddr($old_gw))) {
|
||||
if((!is_ipaddr($oldep)) || (! is_ipaddr($ep)) || (! is_ipaddr($rgip)) || (! is_ipaddr($old_gw))) {
|
||||
log_error("IPSEC: ERROR: One of the local or remote endpoints did not resolve to a IP address, aborting");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user