CVS update: samba/source/rpc_server

matty at samba.anu.edu.au matty at samba.anu.edu.au
Mon Mar 22 00:01:31 EST 1999


Date:	Monday March 22, 1999 @ 0:01
Author:	matty

Update of /data/cvs/samba/source/rpc_server
In directory samba:/data/people/matty/samba/source/rpc_server

Modified Files:
	srv_pipe_hnd.c 
Log Message:
The line:

    this_pdu_data_pos = data_pos - p->prev_pdu_file_offset;

is correct for first two PDU's only, after that it results in extra
garbage after each fragment and hence "Protocol Error" messages from
NT4 SP4. Changed to:

    this_pdu_data_pos = (pdu_data_sent == 0) ? 0 : (pdu_data_sent - 0x18);



More information about the samba-cvs mailing list