[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Jul 28 03:07:33 MDT 2010


The branch, master has been updated
       via  6ffd7dc... s3-rpc: Use struct pipes_struct.
      from  f7a1453... s3-include: Use struct pipes struct and get rid of the typedef.

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


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

    s3-rpc: Use struct pipes_struct.

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

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