elrond 2005/08/06 00:19:25 CEST
Modified files:
source/rpc_client cli_ncalrpc.c ncalrpc_l_use.c
source/smbd ipc.c pipe-proxy.c
Log:
REname ncalrpc_l_use_close to ncalrpc_l_use_unref, because
that's really, what it does.
- Do not reuse ncalrpc-connections unless really explicitly
asked to.
- Close proxied pipe connections in smbd/pipe-proxy.c by
using ncalrpc_l_use_unref(), instead of by names.
- Let api_no_reply return int instead of BOOL. It wants to
return -1!
All of that makes the "new" usrmgr at least start on w2k3-sp1.
Revision Changes Path
1.13 +1 -1 tng/source/rpc_client/cli_ncalrpc.c
1.18 +7 -10 tng/source/rpc_client/ncalrpc_l_use.c
1.28 +1 -1 tng/source/smbd/ipc.c
1.8 +1 -1 tng/source/smbd/pipe-proxy.c
|