[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1452-g1db0b20

Steven Danneman sdanneman at samba.org
Wed May 6 00:45:41 GMT 2009


The branch, master has been updated
       via  1db0b20d8a26fb60299d0ed7553d7a4847aee84f (commit)
      from  4842e45d59dbd6c9ac138e796d30fcf747807d1c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1db0b20d8a26fb60299d0ed7553d7a4847aee84f
Author: Steven Danneman <steven.danneman at isilon.com>
Date:   Tue May 5 17:42:56 2009 -0700

    s3 Reorder loadparm to keep aliases together
    
    This keeps the "browseable" and "browsable" aliases together.

-----------------------------------------------------------------------

Summary of changes:
 source3/param/loadparm.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 6dd8dbc..a6c535c 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3354,22 +3354,22 @@ static struct parm_struct parm_table[] = {
 		.flags		= FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT,
 	},
 	{
-		.label		= "access based share enum",
+		.label		= "browsable",
 		.type		= P_BOOL,
 		.p_class	= P_LOCAL,
-		.ptr		= &sDefault.bAccessBasedShareEnum,
+		.ptr		= &sDefault.bBrowseable,
 		.special	= NULL,
 		.enum_list	= NULL,
-		.flags		= FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE
+		.flags		= FLAG_HIDE,
 	},
 	{
-		.label		= "browsable",
+		.label		= "access based share enum",
 		.type		= P_BOOL,
 		.p_class	= P_LOCAL,
-		.ptr		= &sDefault.bBrowseable,
+		.ptr		= &sDefault.bAccessBasedShareEnum,
 		.special	= NULL,
 		.enum_list	= NULL,
-		.flags		= FLAG_HIDE,
+		.flags		= FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE
 	},
 	{
 		.label		= "enhanced browsing",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list