summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsamba_wizard/Sambashare.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm
index ca066512..53273191 100755
--- a/samba_wizard/Sambashare.pm
+++ b/samba_wizard/Sambashare.pm
@@ -303,7 +303,7 @@ $o->{pages} = {
name => N("Add a share") . "\n" . N("If you don\'t want to use one of this options, leave it blanck."),
pre => sub {
$o->{var}{wiz_addshare_createmode} = "0700";
- $o->{var}{wiz_owner} = 1;
+ $o->{var}{wiz_owner} = 0;
$o->{var}{wiz_addshare_createmask} = "664";
$o->{var}{wiz_addshare_directorymask} = "775";
},