Simplified server pipe implementation by changing arguments passed down
authorTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:12:23 +0000 (08:12 +0000)
committerTim Potter <tpot@samba.org>
Fri, 16 Jun 2000 08:12:23 +0000 (08:12 +0000)
commitea2945881dcce1e6c204cba13c0da169d149cbb3
tree1b1ece69050830b3f4e8a830efd8e33a1fefeb5d
parenta72f277f721903d504fc8501de55bf8c07801e05
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.

Removed dependency on extern current_user and fetch the vuid from the
pipes_struct.
(This used to be commit 1b06451fff11f54be7def4a427a1528bbb52f3d7)
source3/rpc_server/srv_netlog.c