summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-09-07 17:01:52 +0000
committerLuke Leighton <lkcl@samba.org>1998-09-07 17:01:52 +0000
commit46301b1d2161317f56049934a9e7b658447b2c76 (patch)
tree26fd46b6b357d7ac1832270f4d67d11ac79bc283
parentc9a9fd131ba65cfde3a20d0ff5ff690064ef6c99 (diff)
downloadsamba-46301b1d2161317f56049934a9e7b658447b2c76.tar.gz
added 0x10 to the frag length in the "bind ack".
-rw-r--r--source/smbd/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c
index 8f7b1a9e15a..61d9aa8bdde 100644
--- a/source/smbd/ipc.c
+++ b/source/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);