diff options
Diffstat (limited to 'source4/smb_server/smb')
-rw-r--r-- | source4/smb_server/smb/nttrans.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smb_server/smb/nttrans.c b/source4/smb_server/smb/nttrans.c index 4fbb1f656d..1bc828b0f0 100644 --- a/source4/smb_server/smb/nttrans.c +++ b/source4/smb_server/smb/nttrans.c @@ -465,6 +465,8 @@ static void reply_nttrans_send(struct ntvfs_request *ntvfs) } } + smbsrv_setup_reply(req, 18 + trans->out.setup_count, 0); + /* note that we don't check the max_setup count (matching w2k3 behaviour) */ @@ -482,8 +484,6 @@ static void reply_nttrans_send(struct ntvfs_request *ntvfs) params = trans->out.params.data; data = trans->out.data.data; - smbsrv_setup_reply(req, 18 + trans->out.setup_count, 0); - /* we need to divide up the reply into chunks that fit into the negotiated buffer size */ do { |