Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/smbd/trans2.c

    r480 r590  
    66176617        bool modify_mtime = true;
    66186618        struct file_id id;
     6619        struct smb_filename *smb_fname_tmp = NULL;
    66196620        SMB_STRUCT_STAT sbuf;
    66206621
     
    66696670
    66706671        if (!VALID_STAT(sbuf)) {
    6671                 struct smb_filename *smb_fname_tmp = NULL;
    66726672                /*
    66736673                 * The only valid use of this is to create character and block
     
    66986698
    66996699                sbuf = smb_fname_tmp->st;
    6700                 TALLOC_FREE(smb_fname_tmp);
     6700                smb_fname = smb_fname_tmp;
    67016701
    67026702                /* Ensure we don't try and change anything else. */
Note: See TracChangeset for help on using the changeset viewer.