diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-03 00:02:50 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-03 00:02:50 -0400 |
commit | 6b060a2f23f99922ea41b52a50db96726426cbc9 (patch) | |
tree | 9c4f4375133f79e8ce7eac9a105d6499bea06707 /etc | |
parent | 9e01d6ebcdff9808257a7bcd09733d9fdc78e921 (diff) | |
download | pfsense-6b060a2f23f99922ea41b52a50db96726426cbc9.zip pfsense-6b060a2f23f99922ea41b52a50db96726426cbc9.tar.gz |
Remove more stray characters. Someone needs to start testing their changes!
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index e8e67f2..c046104 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2399,7 +2399,7 @@ function link_ip_to_carp_interface($ip) { if (is_array($config['virtualip']['vip'])) { foreach ($config['virtualip']['vip'] as $vip) { if ($vip['mode'] == "carp" || $vip['mode'] == "carpdev") { - $carp_ip = $vip['subnet']); + $carp_ip = $vip['subnet']; $carp_sn = $vip['subnet_bits']; $carp_nw = gen_subnet($carp_ip, $carp_sn); if (ip_in_subnet($ip, "{$carp_nw}/{$carp_sn}")) { |