From f7c6029547ec9e0864ee040f32cb3b4c0af82c62 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Aug 2004 04:23:24 +0000 Subject: (network_conf) rename o as obj so that pixel isn't confused --- perl-install/harddrake/autoconf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 8384cb33b..b438f2477 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -19,9 +19,9 @@ sub xconf { } sub network_conf { - my ($o) = @_; + my ($obj) = @_; require network::network; - network::network::easy_dhcp($o->{modules_conf}, $o->{netc}, $o->{intf}) and $o->{netcnx}{type} = 'lan'; + network::network::easy_dhcp($obj->{modules_conf}, $obj->{netc}, $obj->{intf}) and $obj->{netcnx}{type} = 'lan'; } 1; -- cgit v1.2.1