summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
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
commit519a6d5f0ed0d81cf739394c1c8c305f8ae43c87 (patch)
treeb5bec8166a13ca7a299b83d4421cc81ca03d7bf7 /source3/smbd/ipc.c
parent03d8da6c83f16efce2f3654f86531c7356e515c1 (diff)
downloadsamba-519a6d5f0ed0d81cf739394c1c8c305f8ae43c87.tar.gz
samba-519a6d5f0ed0d81cf739394c1c8c305f8ae43c87.tar.bz2
samba-519a6d5f0ed0d81cf739394c1c8c305f8ae43c87.zip
added 0x10 to the frag length in the "bind ack".
(This used to be commit 46301b1d2161317f56049934a9e7b658447b2c76)
Diffstat (limited to 'source3/smbd/ipc.c')
-rw-r--r--source3/smbd/ipc.c2
1 files changed, 1 insertions, 1 deletions
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);