From fe609d810e145d5491968fee5d691d6eee41e152 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 3 Feb 1999 00:48:27 +0000 Subject: multiple dce/rpc PDUs failed to work after ntlmssp update was added. (This used to be commit f082f07e764c04b75b6880f852b80faec86f1b1c) --- source3/include/ntdomain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 75b9ae8629..5eeeb1fd0e 100644 --- a/source3/include/ntdomain.h +++ b/source3/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; -- cgit