summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-07-21 09:53:10 -0400
committerAndreas Schneider <asn@cryptomilk.org>2011-07-21 18:40:23 +0200
commit759a04e58a88b400dbf0cafc2b86ab58ea196433 (patch)
treec3bb8258da0bf6c7c6366c56c890e3d5a995d2d6 /source3/rpc_server/srv_pipe.c
parent0d8f65b346592d98f4edbc1fa3905688c9677326 (diff)
downloadsamba-759a04e58a88b400dbf0cafc2b86ab58ea196433.tar.gz
samba-759a04e58a88b400dbf0cafc2b86ab58ea196433.tar.bz2
samba-759a04e58a88b400dbf0cafc2b86ab58ea196433.zip
s3-rpc_server: Move pipe/handles functions
Put InternalPipes related functions in rpc_handles.c and out of rpc_ncacn_np.c rpc_handles.c is the only file that really uses them after all and ncacn_np.c is the wrong place for that stuff. While ther remove unnecessary wrapper functions now that the InternalPipes static variable is directly accessible. Also move all pipes_struct related header stuff in its own rpc_pipes.h header. Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_server/srv_pipe.c')
-rw-r--r--source3/rpc_server/srv_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c
index a52c098c9e..233dfdf5b2 100644
--- a/source3/rpc_server/srv_pipe.c
+++ b/source3/rpc_server/srv_pipe.c
@@ -1522,7 +1522,7 @@ static bool api_pipe_request(struct pipes_struct *p,
{
bool ret = False;
bool changed_user = False;
- PIPE_RPC_FNS *pipe_fns;
+ struct pipe_rpc_fns *pipe_fns;
if (p->pipe_bound &&
((p->auth.auth_type == DCERPC_AUTH_TYPE_NTLMSSP) ||