diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-19 13:52:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:04 -0500 |
commit | 16a00634e972584a1040ccb128e36eb4882cc686 (patch) | |
tree | 19436c0a936cda007618e54b9ff53f3beb9344bb /source3 | |
parent | 8dbeb4dbebb3e8cdcb83df195a91e77ac86f240a (diff) | |
download | samba-16a00634e972584a1040ccb128e36eb4882cc686.tar.gz samba-16a00634e972584a1040ccb128e36eb4882cc686.tar.xz samba-16a00634e972584a1040ccb128e36eb4882cc686.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
(This used to be commit ec6ebdcdbf1146af21ab66731e018e2834b2b118)
Diffstat (limited to 'source3')
-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 8d7e3f06bb2..dbc02fc6633 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 */ |