From 0b2abe1abda411d0333a53bab0bcec18eccb2042 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Jan 2003 11:56:42 +0000 Subject: simplify easy_dhcp prototype --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 44c189b2f..1cc1b6642 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -710,7 +710,7 @@ sub updateModulesFromFloppy { sub configureNetwork { my ($o) = @_; require network::network; - network::network::easy_dhcp($o, $o->{netc}, $o->{intf}); + network::network::easy_dhcp($o->{netc}, $o->{intf}); $o->SUPER::configureNetwork(); } -- cgit v1.2.1