summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-03-12 08:23:06 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-03-12 08:23:06 +0100
commitb19533ed080dceffb77541aab8772d67847eb3f1 (patch)
tree059579b029cb75b30964bf7a9751a2b09e74b019 /etc
parentb9064a4d01ae3f15f5593cf278ecc9c0ae3f5e2a (diff)
downloadpfsense-b19533ed080dceffb77541aab8772d67847eb3f1.zip
pfsense-b19533ed080dceffb77541aab8772d67847eb3f1.tar.gz
Fix typo in function names
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 8771ab9..b9753ee 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -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");
}
OpenPOWER on IntegriCloud