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

Karolin Seeger kseeger at samba.org
Wed Jul 28 03:23:14 MDT 2010


The branch, v3-6-test has been updated
       via  f8cd951... s3-rpc: Use struct pipes_struct. (cherry picked from commit 6ffd7dc7805f572bcedf0693514f6aeb7be861f9)
      from  e4b3309... s3-include: Use struct pipes struct and get rid of the typedef. (cherry picked from commit f7a1453957223ead6ca2297dc57ce8c353f7fe5d)

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


- Log -----------------------------------------------------------------
commit f8cd9511b101a563d786e778369daa4877d0955f
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Jul 28 11:06:36 2010 +0200

    s3-rpc: Use struct pipes_struct.
    (cherry picked from commit 6ffd7dc7805f572bcedf0693514f6aeb7be861f9)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/rpc_ncacn_np_internal.c b/source3/rpc_server/rpc_ncacn_np_internal.c
index a826335..9bb5428 100644
--- a/source3/rpc_server/rpc_ncacn_np_internal.c
+++ b/source3/rpc_server/rpc_ncacn_np_internal.c
@@ -27,7 +27,7 @@
 
 static int pipes_open;
 
-static pipes_struct *InternalPipes;
+static struct pipes_struct *InternalPipes;
 
 /* TODO
  * the following prototypes are declared here to avoid


-- 
Samba Shared Repository


More information about the samba-cvs mailing list