[SCM] Samba Shared Repository - branch master updated

David Disseldorp ddiss at samba.org
Wed Oct 10 04:42:02 MDT 2012


The branch, master has been updated
       via  5bb60df s3-rpc_server: fix build warning
      from  615951e Make sure the returned sd is on the right context, and if not it's always freed.

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


- Log -----------------------------------------------------------------
commit 5bb60df5136810c38a10daad152f1e744f38e976
Author: David Disseldorp <ddiss at samba.org>
Date:   Wed Oct 10 10:47:20 2012 +0200

    s3-rpc_server: fix build warning
    
    enum dcerpc_transport_t is undeclared, include required headers.
    
    Autobuild-User(master): David Disseldorp <ddiss at samba.org>
    Autobuild-Date(master): Wed Oct 10 12:41:28 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c
index 4a7f4ab..7cce180 100644
--- a/source3/rpc_server/srv_pipe.c
+++ b/source3/rpc_server/srv_pipe.c
@@ -31,6 +31,8 @@
 #include "system/filesys.h"
 #include "srv_pipe_internal.h"
 #include "../librpc/gen_ndr/ndr_schannel.h"
+#include "../librpc/gen_ndr/dcerpc.h"
+#include "../librpc/rpc/rpc_common.h"
 #include "../libcli/auth/schannel.h"
 #include "../libcli/auth/spnego.h"
 #include "dcesrv_auth_generic.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list