summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-05 17:46:33 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-05 17:46:33 +0000
commit88f86eedb61ba4168568efdbaea39c0871f9755e (patch)
treec64b758298cbd565fda4c23a86c78eaf500f317e /common
parentf8ee32d4ac99449d4ccdb54e30e78862f46052a8 (diff)
downloaddrakwizard-88f86eedb61ba4168568efdbaea39c0871f9755e.tar
drakwizard-88f86eedb61ba4168568efdbaea39c0871f9755e.tar.gz
drakwizard-88f86eedb61ba4168568efdbaea39c0871f9755e.tar.bz2
drakwizard-88f86eedb61ba4168568efdbaea39c0871f9755e.tar.xz
drakwizard-88f86eedb61ba4168568efdbaea39c0871f9755e.zip
2.1
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 36f9c53b..6b7c172d 100644
--- a/common/Wizcommon.pm
+++ b/common/Wizcommon.pm
@@ -30,7 +30,7 @@ sub check_dhcp {
sub new {
my ($class, $_conf) = @_;
- $net = new MDK::Wizard::IFCFG;
+ $net = new IFCFG;
bless {
net => $net,
}, $class;