diff options
Diffstat (limited to 'samba_wizard/Samba.pm')
-rwxr-xr-x | samba_wizard/Samba.pm | 2 |
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; } |