1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

r22790: fix initialization for chained requests

metze
This commit is contained in:
Stefan Metzmacher 2007-05-11 10:03:04 +00:00 committed by Gerald (Jerry) Carter
parent f6740c8b7a
commit e1cc933c00

View File

@ -268,6 +268,7 @@ NTSTATUS smbcli_chained_request_setup(struct smbcli_request *req,
SSVAL(req->out.vwv, VWV(wct), buflen);
req->out.size += new_size;
req->out.data_size += new_size;
return NT_STATUS_OK;
}