summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorMatthew Chapman <matty@samba.org>1999-03-21 13:01:31 +0000
committerMatthew Chapman <matty@samba.org>1999-03-21 13:01:31 +0000
commita4bc522a7292f3bb87740e87df8449ba0ea6be10 (patch)
tree567afaaf6f062dfc272f97e68ee1de2bd56aa9a9 /source3/rpc_parse
parent2a34b224b83f72ae30ab1eb67391c331407c6335 (diff)
downloadsamba-a4bc522a7292f3bb87740e87df8449ba0ea6be10.tar.gz
samba-a4bc522a7292f3bb87740e87df8449ba0ea6be10.tar.bz2
samba-a4bc522a7292f3bb87740e87df8449ba0ea6be10.zip
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); (This used to be commit b9e8a3ef3a25a81c4bb125bdd4f4d8334a578c85)
Diffstat (limited to 'source3/rpc_parse')
0 files changed, 0 insertions, 0 deletions