summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,