1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

multiple dce/rpc PDUs failed to work after ntlmssp update was added.

This commit is contained in:
Luke Leighton
-
parent d95bb252f8
commit f082f07e76
3 changed files with 29 additions and 38 deletions

View File

@ -203,7 +203,6 @@ BOOL create_rpc_reply(pipes_struct *p,
}
/* indicate to subsequent data reads where we are up to */
p->frag_len_left = p->hdr.frag_len - p->file_offset;
p->next_frag_start = p->hdr.frag_len;
return p->rhdr.data != NULL && p->rhdr.offset == 0x18;