From f61fc8923d4eceab8c82ff9c49745f9c6bed44e7 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 3 Feb 1999 01:58:52 +0000 Subject: 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) --- source3/include/ntdomain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 5eeeb1fd0e..5592a59eaa 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; -- cgit