Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/trans2.c

    r478 r587  
    65956595        bool modify_mtime = true;
    65966596        struct file_id id;
     6597        struct smb_filename *smb_fname_tmp = NULL;
    65976598        SMB_STRUCT_STAT sbuf;
    65986599
     
    66476648
    66486649        if (!VALID_STAT(sbuf)) {
    6649                 struct smb_filename *smb_fname_tmp = NULL;
    66506650                /*
    66516651                 * The only valid use of this is to create character and block
     
    66766676
    66776677                sbuf = smb_fname_tmp->st;
    6678                 TALLOC_FREE(smb_fname_tmp);
     6678                smb_fname = smb_fname_tmp;
    66796679
    66806680                /* Ensure we don't try and change anything else. */
Note: See TracChangeset for help on using the changeset viewer.