[SCM] Samba Shared Repository - branch master updated - 756b4b6048f718b5c34af105dd670059f7b83882

Volker Lendecke vlendec at samba.org
Sun Oct 12 10:12:44 GMT 2008


The branch, master has been updated
       via  756b4b6048f718b5c34af105dd670059f7b83882 (commit)
      from  f25972832ec9d5a130da9dc060f4c3ed35bda7db (commit)

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


- Log -----------------------------------------------------------------
commit 756b4b6048f718b5c34af105dd670059f7b83882
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 12 12:16:18 2008 +0200

    Revert "Make get_rpc_pipe() static"
    
    This reverts commit f25972832ec9d5a130da9dc060f4c3ed35bda7db.

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

Summary of changes:
 source3/include/proto.h           |    1 +
 source3/rpc_server/srv_pipe_hnd.c |    4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index e4ea3d1..08c1e2c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -8712,6 +8712,7 @@ bool set_rpc_pipe_hnd_state(smb_np_struct *p, uint16 device_state);
 bool close_rpc_pipe_hnd(smb_np_struct *p);
 void pipe_close_conn(connection_struct *conn);
 smb_np_struct *get_rpc_pipe_p(uint16 pnum);
+smb_np_struct *get_rpc_pipe(int pnum);
 struct pipes_struct *make_internal_rpc_pipe_p(const char *pipe_name,
 					      const char *client_address,
 					      struct auth_serversupplied_info *server_info,
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index e52434f..c55e328 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -1207,8 +1207,6 @@ static int close_internal_rpc_pipe_hnd(struct pipes_struct *p)
 	return True;
 }
 
-static smb_np_struct *get_rpc_pipe(int pnum);
-
 /****************************************************************************
  Find an rpc pipe given a pipe handle in a buffer and an offset.
 ****************************************************************************/
@@ -1226,7 +1224,7 @@ smb_np_struct *get_rpc_pipe_p(uint16 pnum)
  Find an rpc pipe given a pipe handle.
 ****************************************************************************/
 
-static smb_np_struct *get_rpc_pipe(int pnum)
+smb_np_struct *get_rpc_pipe(int pnum)
 {
 	smb_np_struct *p;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list