summaryrefslogtreecommitdiffstats
path: root/samba_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'samba_wizard')
-rwxr-xr-xsamba_wizard/Samba.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm
index f310fcb2..d40a51a5 100755
--- a/samba_wizard/Samba.pm
+++ b/samba_wizard/Samba.pm
@@ -236,7 +236,7 @@ sub new {
sub check {
$> and return 1;
- $o->is_dhcp() and return 2;
+ $wiz->{net}->is_dhcp() and return 2;
0;
}