diff options
author | Luke Leighton <lkcl@samba.org> | 1999-02-03 00:48:27 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-02-03 00:48:27 +0000 |
commit | f082f07e764c04b75b6880f852b80faec86f1b1c (patch) | |
tree | f51a1e7ca4f43aa385ba2119c96d8f07bf325668 /source/include/ntdomain.h | |
parent | d95bb252f838b3612f5eba5d2b61d7b38b01f5ef (diff) | |
download | samba-f082f07e764c04b75b6880f852b80faec86f1b1c.tar.gz samba-f082f07e764c04b75b6880f852b80faec86f1b1c.tar.xz samba-f082f07e764c04b75b6880f852b80faec86f1b1c.zip |
multiple dce/rpc PDUs failed to work after ntlmssp update was added.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r-- | source/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h index 75b9ae86298..5eeeb1fd0e1 100644 --- a/source/include/ntdomain.h +++ b/source/include/ntdomain.h @@ -99,8 +99,8 @@ typedef struct pipes_struct fstring wks; uint32 file_offset; + uint32 prev_pdu_file_offset; uint32 hdr_offsets; - uint32 frag_len_left; uint32 next_frag_start; } pipes_struct; |