CVS update: samba/source/rpc_client

Tim Potter tpot at samba.org
Fri May 4 17:25:44 EST 2001


Date:	Friday May 4, 2001 @ 0:25
Author:	tpot

Update of /data/cvs/samba/source/rpc_client
In directory va:/tmp/cvs-serv9216/rpc_client

Modified Files:
	cli_pipe.c 
Log Message:
Added a SMB_ASSERT() so that two cli_state structures aren't opened
on different pipes.  This seriously confuses NT.  Unfortunately HEAD
branch is limited to one rpc pipe per connection as the fnum is stored
inside the cli_state structure.  It should really be broken out into
it's own structure so multiple pipes can be opened on one TCP/IP socket.

What a good idea!  But look over here! I've already done it in another 
workarea but it will require a day or two to refactor some of the internal 
samba rpc client stuff (i.e netlogon requests) so it will remain uncommitted
for another while.





More information about the samba-cvs mailing list