diff options
author | Luke Leighton <lkcl@samba.org> | 1999-02-03 01:58:52 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-02-03 01:58:52 +0000 |
commit | f61fc8923d4eceab8c82ff9c49745f9c6bed44e7 (patch) | |
tree | a17bde6255d035cc8f47283d4c2686fd2f0ca88a /source3/include/ntdomain.h | |
parent | 1153f00f889e5bb310e895d319eed75bc93deef4 (diff) | |
download | samba-f61fc8923d4eceab8c82ff9c49745f9c6bed44e7.tar.gz samba-f61fc8923d4eceab8c82ff9c49745f9c6bed44e7.tar.xz samba-f61fc8923d4eceab8c82ff9c49745f9c6bed44e7.zip |
corrections to get data stream for 2nd and subsequent pdus copied from
right place (forgot to subtract 0x18 header bytes)
(This used to be commit 5b9a7278da4a25ea217f914c8daae31238fa5cfe)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 5eeeb1fd0e1..5592a59eaa2 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -101,7 +101,6 @@ typedef struct pipes_struct uint32 file_offset; uint32 prev_pdu_file_offset; uint32 hdr_offsets; - uint32 next_frag_start; } pipes_struct; |