[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Feb 6 13:34:01 MST 2011


The branch, master has been updated
       via  a61b17c s3: Make "endpoint_table" static
      from  40a46a9 s3: Use the right credentials in check_netlogond_security

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


- Log -----------------------------------------------------------------
commit a61b17ce564a1fcd77102f51466844bef6431797
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Feb 6 20:42:52 2011 +0100

    s3: Make "endpoint_table" static
    
    Andreas, this is only used in srv_epmapper right now. Make public again when
    this will be used somewhere else.
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sun Feb  6 21:33:04 CET 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_epmapper.c b/source3/rpc_server/srv_epmapper.c
index 0ec50a4..58a6e11 100644
--- a/source3/rpc_server/srv_epmapper.c
+++ b/source3/rpc_server/srv_epmapper.c
@@ -63,7 +63,7 @@ struct rpc_eps {
 	uint32_t count;
 };
 
-struct dcesrv_endpoint *endpoint_table;
+static struct dcesrv_endpoint *endpoint_table;
 
 /*
  * Check if the UUID and if_version match to an interface.


-- 
Samba Shared Repository


More information about the samba-cvs mailing list