[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3465-g6da3379

Jeremy Allison jra at samba.org
Wed Jul 30 22:02:16 GMT 2008


The branch, v3-3-test has been updated
       via  6da33797b0549a2da7dc0fa7ee21dc5e8a6b1459 (commit)
      from  ca153139b1dced07c196aac93dbc9d9428d98124 (commit)

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


- Log -----------------------------------------------------------------
commit 6da33797b0549a2da7dc0fa7ee21dc5e8a6b1459
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Jul 30 15:01:33 2008 -0700

    Fix duplicate gloabl warning.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpc_server/srv_pipe_hnd.c b/source/rpc_server/srv_pipe_hnd.c
index bc6d180..3968d41 100644
--- a/source/rpc_server/srv_pipe_hnd.c
+++ b/source/rpc_server/srv_pipe_hnd.c
@@ -61,7 +61,7 @@ static struct bitmap *bmap;
  * system _anyway_.  so that's the next step...
  */
 
-static int close_internal_rpc_pipe_hnd(struct pipes_struct *pipe);
+static int close_internal_rpc_pipe_hnd(struct pipes_struct *p);
 
 /****************************************************************************
  Internal Pipe iterator functions.


-- 
Samba Shared Repository


More information about the samba-cvs mailing list