[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Sat Jan 29 09:09:12 MST 2011


The branch, v3-6-test has been updated
       via  31f569f s3: Make _lp_maxprotocol static
      from  4a17624 s3: Remove an unneeded check

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


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

    s3: Make _lp_maxprotocol static

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

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