diff options
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8d7e3f06bb..dbc02fc663 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -576,7 +576,7 @@ static service sDefault = { False, /* bInheritPerms */ False, /* bInheritACLS */ False, /* bInheritOwner */ - True, /* bMSDfsRoot */ + False, /* bMSDfsRoot */ False, /* bUseClientDriver */ True, /* bDefaultDevmode */ False, /* bForcePrintername */ |