Simplified server pipe implementation by changing arguments passed down
authorTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:11:32 +0000 (08:11 +0000)
committerTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:11:32 +0000 (08:11 +0000)
commita72f277f721903d504fc8501de55bf8c07801e05
treefd6ab58d362c05389fdb8e34ada4e1eb1a8e6236
parentfac26f073b2ee6740285b5ddb39b6358885cbcb8
Simplified server pipe implementation by changing arguments passed down
through to the individual pipe api calls.  Instead of passing two
prs_struct pointers, we now pass the pipes_struct pointer which contains
the former information as well as other useful stuff like the vuid.
(This used to be commit 96addba216bad2189120d78f5531d5caa6f37880)
source3/rpc_server/srv_dfs.c
source3/rpc_server/srv_lsa.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_reg.c
source3/rpc_server/srv_samr.c
source3/rpc_server/srv_srvsvc.c
source3/rpc_server/srv_wkssvc.c