diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-07 22:02:58 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-07 22:02:58 +0000 |
commit | 774c23c1dea68d36f23f9a8cc8d321a1f968d021 (patch) | |
tree | 68c5532aba8b4d48fa32d6141b40fa9a83f5e964 /etc/rc.initial.setlanip | |
parent | 424b758b99bca219b96b2fb7edf318c95c30bf43 (diff) | |
download | pfsense-774c23c1dea68d36f23f9a8cc8d321a1f968d021.zip pfsense-774c23c1dea68d36f23f9a8cc8d321a1f968d021.tar.gz |
Remove unneeded code.
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-x | etc/rc.initial.setlanip | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip index a6b4215..d1ad242 100755 --- a/etc/rc.initial.setlanip +++ b/etc/rc.initial.setlanip @@ -82,8 +82,6 @@ if($intnum > $j) exit; - $interface = $ifdescrs[$intnum-1]; - $interface = $ifdescrs[$intnum-1]; $index = 1; foreach ($ifdescrs as $ifname => $ifdesc) { if ($intnum == $index) { |