GUID create_guid;
GUID client_guid;
GUID app_instance_id;
+ uint32 create_action;
/*
* TODO: for durable/resilient/persistent handles we need more
* things here. See [MS-SMB2] 3.3.1.10 Per Open
NTTIME idle_time;
[ignore] files_struct *compat;
smbXsrv_open_flags flags;
- uint32 create_action;
hyper request_count;
hyper pre_request_count;
} smbXsrv_open;
state->result = state->op->compat;
state->result->op = state->op;
state->update_open = false;
- state->info = state->op->create_action;
+ state->info = state->op->global->create_action;
smbd_smb2_create_after_exec(req);
if (!tevent_req_is_in_progress(req)) {
DBG_DEBUG("response construction phase\n");
- state->op->create_action = state->info;
+ state->op->global->create_action = state->info;
state->out_create_action = state->info;
state->out_file_attributes = fdos_mode(state->result);