uint16_t *vwv;
uint32_t num_bytes;
uint8_t *bytes;
- uint8_t *inbuf;
NTSTATUS status;
- status = cli_smb_recv(subreq, state, &inbuf, 3, &wct, &vwv,
+ status = cli_smb_recv(subreq, state, NULL, 3, &wct, &vwv,
&num_bytes, &bytes);
TALLOC_FREE(subreq);
if (tevent_req_nterror(req, status)) {
req, struct cli_openx_state);
uint8_t wct;
uint16_t *vwv;
- uint8_t *inbuf;
NTSTATUS status;
- status = cli_smb_recv(subreq, state, &inbuf, 3, &wct, &vwv, NULL,
+ status = cli_smb_recv(subreq, state, NULL, 3, &wct, &vwv, NULL,
NULL);
TALLOC_FREE(subreq);
if (tevent_req_nterror(req, status)) {
req, struct cli_getattrE_state);
uint8_t wct;
uint16_t *vwv = NULL;
- uint8_t *inbuf;
NTSTATUS status;
- status = cli_smb_recv(subreq, state, &inbuf, 11, &wct, &vwv,
+ status = cli_smb_recv(subreq, state, NULL, 11, &wct, &vwv,
NULL, NULL);
TALLOC_FREE(subreq);
if (tevent_req_nterror(req, status)) {
req, struct cli_getatr_state);
uint8_t wct;
uint16_t *vwv = NULL;
- uint8_t *inbuf;
NTSTATUS status;
- status = cli_smb_recv(subreq, state, &inbuf, 4, &wct, &vwv, NULL,
+ status = cli_smb_recv(subreq, state, NULL, 4, &wct, &vwv, NULL,
NULL);
TALLOC_FREE(subreq);
if (tevent_req_nterror(req, status)) {
req, struct cli_dskattr_state);
uint8_t wct;
uint16_t *vwv = NULL;
- uint8_t *inbuf;
NTSTATUS status;
- status = cli_smb_recv(subreq, state, &inbuf, 4, &wct, &vwv, NULL,
+ status = cli_smb_recv(subreq, state, NULL, 4, &wct, &vwv, NULL,
NULL);
TALLOC_FREE(subreq);
if (tevent_req_nterror(req, status)) {
uint16_t *vwv;
uint32_t num_bytes = 0;
uint8_t *bytes = NULL;
- uint8_t *inbuf;
- status = cli_smb_recv(subreq, state, &inbuf, 1, &wcnt, &vwv,
+ status = cli_smb_recv(subreq, state, NULL, 1, &wcnt, &vwv,
&num_bytes, &bytes);
TALLOC_FREE(subreq);
if (tevent_req_nterror(req, status)) {