1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:smbd: fix the logic for compounded requests

metze
This commit is contained in:
Stefan Metzmacher 2009-06-05 19:49:40 +02:00
parent 014ee5d0c2
commit ee83d1aead

View File

@ -514,7 +514,7 @@ static NTSTATUS smbd_smb2_request_reply(struct smbd_smb2_request *req)
req->current_idx += 3;
if (req->current_idx > req->in.vector_count) {
if (req->current_idx < req->out.vector_count) {
struct timeval zero = timeval_zero();
subreq = tevent_wakeup_send(req,
req->conn->smb2.event_ctx,