diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-26 17:34:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-26 17:34:28 +0000 |
commit | 78e6f3518570c99f93b6976502359eb27ed14d2e (patch) | |
tree | a90f29312315fb93fb89357d9d43b224d3762aaa /common/Wizcommon.pm | |
parent | 0ac04f6b83958a85ef36cf05a80e03618dfb7921 (diff) | |
download | drakwizard-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/Wizcommon.pm')
-rw-r--r-- | common/Wizcommon.pm | 2 |
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, |