Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
struct tevent_req *req, *subreq;
struct smb2cli_create_state *state;
uint8_t *fixed;
- DATA_BLOB blob;
+ DATA_BLOB blob = {};
NTSTATUS status;
size_t blobs_offset;
uint8_t *dyn;
SSVAL(fixed, 44, SMB2_HDR_BODY + 56);
SSVAL(fixed, 46, state->name_utf16_len);
- blob = data_blob_null;
-
if (blobs != NULL) {
status = smb2_create_blob_push(state, &blob, *blobs);
if (tevent_req_nterror(req, status)) {