[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Jan 29 08:08:02 MST 2011


The branch, master has been updated
       via  619e5cb s3: Make _lp_maxprotocol static
      from  a042617 s3: Remove an unneeded check

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


- Log -----------------------------------------------------------------
commit 619e5cb646b465a4d6a031cbb462878e096498a6
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Jan 29 15:20:41 2011 +0100

    s3: Make _lp_maxprotocol static
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sat Jan 29 16:07:28 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 3abebf4..e57d5ea 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -5789,7 +5789,7 @@ FN_GLOBAL_INTEGER(lp_passwordlevel, &Globals.pwordlevel)
 FN_GLOBAL_INTEGER(lp_usernamelevel, &Globals.unamelevel)
 FN_GLOBAL_INTEGER(lp_deadtime, &Globals.deadtime)
 FN_GLOBAL_BOOL(lp_getwd_cache, &Globals.getwd_cache)
-FN_GLOBAL_INTEGER(_lp_maxprotocol, &Globals.maxprotocol)
+static FN_GLOBAL_INTEGER(_lp_maxprotocol, &Globals.maxprotocol)
 int lp_maxprotocol(void)
 {
 	int ret = _lp_maxprotocol();


-- 
Samba Shared Repository


More information about the samba-cvs mailing list