diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-19 13:52:29 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2007-02-19 13:52:29 +0000 |
commit | acac9bac22b215cd05564da26cf3122c1f52ce7d (patch) | |
tree | 8131365baeaa2c44da938ede3fe2b360a2da8e09 /source/param/loadparm.c | |
parent | 93baccc3fa0a6d47e0523468b9deaa56680c3339 (diff) | |
download | samba-acac9bac22b215cd05564da26cf3122c1f52ce7d.tar.gz samba-acac9bac22b215cd05564da26cf3122c1f52ce7d.tar.xz samba-acac9bac22b215cd05564da26cf3122c1f52ce7d.zip |
r21449: Talked to Jerry on irc, he does not see what might break with this: Change
back the 'msdfs root = yes' default to 'no'.
Volker
Diffstat (limited to 'source/param/loadparm.c')
-rw-r--r-- | source/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 92401374619..de9388e7c0d 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -577,7 +577,7 @@ static service sDefault = { False, /* bInheritPerms */ False, /* bInheritACLS */ False, /* bInheritOwner */ - True, /* bMSDfsRoot */ + False, /* bMSDfsRoot */ False, /* bUseClientDriver */ True, /* bDefaultDevmode */ False, /* bForcePrintername */ |