summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-12 10:11:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-12 10:11:28 +0000
commit6bd49b1ee0cb025ece3fd0c9176adabab07149bb (patch)
tree861451cb39175d8783410b664c5b1950628d33d3 /perl-install/install_steps.pm
parentc3d511dc3d7729b9410b46b0df70c3a06c1aafc8 (diff)
downloaddrakx-backup-do-not-use-6bd49b1ee0cb025ece3fd0c9176adabab07149bb.tar
drakx-backup-do-not-use-6bd49b1ee0cb025ece3fd0c9176adabab07149bb.tar.gz
drakx-backup-do-not-use-6bd49b1ee0cb025ece3fd0c9176adabab07149bb.tar.bz2
drakx-backup-do-not-use-6bd49b1ee0cb025ece3fd0c9176adabab07149bb.tar.xz
drakx-backup-do-not-use-6bd49b1ee0cb025ece3fd0c9176adabab07149bb.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 62a140473..3d7e35426 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -500,7 +500,7 @@ sub selectMouse($) {
#------------------------------------------------------------------------------
sub configureNetwork {
my ($o) = @_;
- network::configureNetwork2($o, $o->{prefix}, $o->{netc}, $o->{intf});
+ network::configureNetwork2($o->{prefix}, $o->{netc}, $o->{intf});
}
#------------------------------------------------------------------------------