From 519a6d5f0ed0d81cf739394c1c8c305f8ae43c87 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 7 Sep 1998 17:01:52 +0000 Subject: added 0x10 to the frag length in the "bind ack". (This used to be commit 46301b1d2161317f56049934a9e7b658447b2c76) --- source3/smbd/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/ipc.c') diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 8f7b1a9e15..61d9aa8bdd 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -3205,7 +3205,7 @@ static BOOL api_pipe_bind_req(pipes_struct *p, prs_struct *pd) make_rpc_hdr(&p->hdr, RPC_BINDACK, RPC_FLG_FIRST | RPC_FLG_LAST, p->hdr.call_id, - p->rdata.offset + p->rauth.offset, + p->rdata.offset + p->rauth.offset + 0x10, p->rauth.offset); smb_io_rpc_hdr("", &p->hdr, &p->rhdr, 0); -- cgit