diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-10 15:26:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-10 15:26:39 +0000 |
commit | 37af141788e5a450e7978c51c51962d0f981f0a3 (patch) | |
tree | ab05d9449b2d51e807586d761094a5a85049933b | |
parent | 51832303ba5e231912b3e1780437f9a82aa0c4b6 (diff) | |
download | pfsense-37af141788e5a450e7978c51c51962d0f981f0a3.zip pfsense-37af141788e5a450e7978c51c51962d0f981f0a3.tar.gz |
Back out last commit.
-rw-r--r-- | etc/inc/interfaces.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 0bb87b0..998fbd1 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -362,7 +362,6 @@ function interfaces_carp_configure() { } } /* remove any dangling carp references */ - $carp_instances_counter++; for($x=$carp_instances_counter; $x<$total_carp_interfaces_defined; $x++) { mwexec("/sbin/ifconfig carp{$x} down"); mwexec("/sbin/ifconfig carp{$x} destroy"); |