[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Oct 31 04:29:44 MDT 2009


The branch, master has been updated
       via  9ab1f79... s3: Fix the RPC server SUBSYSTEM declaration
      from  a80a0b7... s3:Makefile: add LIBREPLACE_LIBS for talloc, tdb and wbclient

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


- Log -----------------------------------------------------------------
commit 9ab1f793ffe5639820e450dabe58aed8cfb30127
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Oct 31 11:28:55 2009 +0100

    s3: Fix the RPC server SUBSYSTEM declaration
    
    If I read SMB_SUBSYSTEM right then the 2nd argument needs to be the file where
    the static_init_rpc (in this case) is defined. This seems to have moved from
    server.c to process.c.
    
    Jelmer, please check!
    
    Volker

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

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 76ef151..dca97f4 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6371,7 +6371,7 @@ SMB_MODULE(rpc_spoolss, \$(RPC_SPOOLSS_OBJ), "bin/librpc_spoolss.$SHLIBEXT", RPC
 SMB_MODULE(rpc_eventlog, \$(RPC_EVENTLOG_OBJ), "bin/librpc_eventlog.$SHLIBEXT", RPC)
 SMB_MODULE(rpc_samr, \$(RPC_SAMR_OBJ), "bin/librpc_samr.$SHLIBEXT", RPC)
 SMB_MODULE(rpc_rpcecho, \$(RPC_ECHO_OBJ), "bin/librpc_rpcecho.$SHLIBEXT", RPC)
-SMB_SUBSYSTEM(RPC,smbd/server.o)
+SMB_SUBSYSTEM(RPC,smbd/process.o)
 
 SMB_MODULE(idmap_ldap, winbindd/idmap_ldap.o, "bin/ldap.$SHLIBEXT", IDMAP)
 SMB_MODULE(idmap_tdb, winbindd/idmap_tdb.o, "bin/tdb.$SHLIBEXT", IDMAP)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list