Changeset 587 for vendor/current/source3/smbd/trans2.c
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/trans2.c
r478 r587 6595 6595 bool modify_mtime = true; 6596 6596 struct file_id id; 6597 struct smb_filename *smb_fname_tmp = NULL; 6597 6598 SMB_STRUCT_STAT sbuf; 6598 6599 … … 6647 6648 6648 6649 if (!VALID_STAT(sbuf)) { 6649 struct smb_filename *smb_fname_tmp = NULL;6650 6650 /* 6651 6651 * The only valid use of this is to create character and block … … 6676 6676 6677 6677 sbuf = smb_fname_tmp->st; 6678 TALLOC_FREE(smb_fname_tmp);6678 smb_fname = smb_fname_tmp; 6679 6679 6680 6680 /* Ensure we don't try and change anything else. */
Note:
See TracChangeset
for help on using the changeset viewer.