diff options
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Sambashare.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index 37360bcf..7a88441b 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -351,7 +351,7 @@ $o->{pages} = { { label => N("Comment:"), val => \$o->{var}{wiz_home_comment} }, { label => N("Browseable:"), val => \$o->{var}{wiz_home_browseable}, fixed_list => \@yesorno }, { label => N("Writable:"), val => \$o->{var}{wiz_home_writable}, fixed_list => \@yesorno }, - { label => N("Create mode:"), val => \$o->{var}{wiz_home_createmode} }, +# { label => N("Create mode:"), val => \$o->{var}{wiz_home_createmode} }, ], next => 'summary_homeshare', complete => sub { |