diff options
Diffstat (limited to 'common/Wizcommon.pm')
-rw-r--r-- | common/Wizcommon.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Wizcommon.pm b/common/Wizcommon.pm index 847f41f9..6ade7ec8 100644 --- a/common/Wizcommon.pm +++ b/common/Wizcommon.pm @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -package Wizcommon; +package MDK::Wizard::Wizcommon; use strict; use MDK::Wizard::IFCFG; @@ -30,7 +30,7 @@ sub check_dhcp { sub new { my ($class, $conf) = @_; - $net = new IFCFG; + $net = new MDK::Wizard::IFCFG; bless { net => $net, }, $class; |