NTSTATUS status;
bool stream_name = false;
struct smb2_create_blob *posx = NULL;
- struct files_struct *dirfsp = *_dirfsp;
-
- SMB_ASSERT(dirfsp == dirfsp->conn->cwd_fsp);
DBG_DEBUG("create_file: access_mask = 0x%x "
"file_attributes = 0x%x, share_access = 0x%x, "
"oplock_request = 0x%x "
"private_flags = 0x%x "
"ea_list = %p, sd = %p, "
- "dirfsp = %s, "
"fname = %s\n",
(unsigned int)access_mask,
(unsigned int)file_attributes,
(unsigned int)private_flags,
ea_list,
sd,
- fsp_str_dbg(dirfsp),
smb_fname_str_dbg(smb_fname));
if (req != NULL) {