summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-26 17:34:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-26 17:34:28 +0000
commit78e6f3518570c99f93b6976502359eb27ed14d2e (patch)
treea90f29312315fb93fb89357d9d43b224d3762aaa /common
parent0ac04f6b83958a85ef36cf05a80e03618dfb7921 (diff)
downloaddrakwizard-78e6f3518570c99f93b6976502359eb27ed14d2e.tar
drakwizard-78e6f3518570c99f93b6976502359eb27ed14d2e.tar.gz
drakwizard-78e6f3518570c99f93b6976502359eb27ed14d2e.tar.bz2
drakwizard-78e6f3518570c99f93b6976502359eb27ed14d2e.tar.xz
drakwizard-78e6f3518570c99f93b6976502359eb27ed14d2e.zip
fix warning in high level wizards
Diffstat (limited to 'common')
-rw-r--r--common/Wizcommon.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Wizcommon.pm b/common/Wizcommon.pm
index a7c7793d..881c2553 100644
--- a/common/Wizcommon.pm
+++ b/common/Wizcommon.pm
@@ -29,7 +29,7 @@ sub check_dhcp {
}
sub new {
- my ($class, $_conf) = @_;
+ my ($class) = @_;
$net = new MDK::Wizard::IFCFG;
bless {
net => $net,