DBG_DEBUG("response construction phase\n");
+ state->op->create_action = state->info;
+ state->out_create_action = state->info;
+
state->out_file_attributes = fdos_mode(state->result);
if ((state->out_file_attributes & FILE_ATTRIBUTE_REPARSE_POINT) &&
state->out_oplock_level = map_samba_oplock_levels_to_smb2(result->oplock_type);
}
- state->op->create_action = state->info;
- state->out_create_action = state->info;
-
state->out_creation_ts = get_create_timespec(smb1req->conn,
result, result->fsp_name);
state->out_last_access_ts = result->fsp_name->st.st_ex_atime;