Changeset 590 for trunk/server/source3/smbd/trans2.c
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/trans2.c
r480 r590 6617 6617 bool modify_mtime = true; 6618 6618 struct file_id id; 6619 struct smb_filename *smb_fname_tmp = NULL; 6619 6620 SMB_STRUCT_STAT sbuf; 6620 6621 … … 6669 6670 6670 6671 if (!VALID_STAT(sbuf)) { 6671 struct smb_filename *smb_fname_tmp = NULL;6672 6672 /* 6673 6673 * The only valid use of this is to create character and block … … 6698 6698 6699 6699 sbuf = smb_fname_tmp->st; 6700 TALLOC_FREE(smb_fname_tmp);6700 smb_fname = smb_fname_tmp; 6701 6701 6702 6702 /* Ensure we don't try and change anything else. */
Note:
See TracChangeset
for help on using the changeset viewer.