From acac9bac22b215cd05564da26cf3122c1f52ce7d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 19 Feb 2007 13:52:29 +0000 Subject: 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 --- source/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit