[Pkg-samba-maint] r3736 - branches/samba/experimental/source3/param

bubulle at alioth.debian.org bubulle at alioth.debian.org
Fri Apr 15 17:00:15 UTC 2011


Author: bubulle
Date: 2011-04-15 17:00:11 +0000 (Fri, 15 Apr 2011)
New Revision: 3736

Modified:
   branches/samba/experimental/source3/param/loadparm.c
Log:
Revert accidental change

Modified: branches/samba/experimental/source3/param/loadparm.c
===================================================================
--- branches/samba/experimental/source3/param/loadparm.c	2011-04-15 16:57:51 UTC (rev 3735)
+++ branches/samba/experimental/source3/param/loadparm.c	2011-04-15 17:00:11 UTC (rev 3736)
@@ -5461,7 +5461,7 @@
 	string_set(&Globals.szUsersharePath, s);
 	SAFE_FREE(s);
 	string_set(&Globals.szUsershareTemplateShare, "");
-	Globals.iUsershareMaxShares = 100;
+	Globals.iUsershareMaxShares = 0;
 	/* By default disallow sharing of directories not owned by the sharer. */
 	Globals.bUsershareOwnerOnly = True;
 	/* By default disallow guest access to usershares. */





More information about the Pkg-samba-maint mailing list