mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
cli_request_new() already gave use the req, remove a pointless function call
(This used to be commit 08e97bd369ebe3ab1fd92433b168585faea92c68)
This commit is contained in:
parent
bf622cb876
commit
711efc06c8
@ -62,8 +62,6 @@ struct async_req *cli_read_andx_send(TALLOC_CTX *mem_ctx,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
req = cli_request_get(result);
|
||||
|
||||
req->data.read.ofs = offset;
|
||||
req->data.read.size = size;
|
||||
req->data.read.received = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user