Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (17 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/open.c

    r232 r233  
    11941194        bool posix_open = False;
    11951195        bool new_file_created = False;
     1196
    11961197        struct file_id id;
    11971198        NTSTATUS fsp_open = NT_STATUS_ACCESS_DENIED;
     
    13261327                         * exist create. */
    13271328                        flags2 |= (O_CREAT | O_TRUNC);
     1329
    13281330                        break;
    13291331
     
    13321334                         * exist create. */
    13331335                        flags2 |= (O_CREAT | O_TRUNC);
     1336
    13341337                        break;
    13351338
     
    13561359                        }
    13571360                        flags2 |= O_TRUNC;
     1361
    13581362                        break;
    13591363
     
    17871791
    17881792        SMB_ASSERT(lck != NULL);
     1793
     1794
     1795
     1796
     1797
     1798
     1799
     1800
     1801
     1802
    17891803
    17901804        /* note that we ignore failure for the following. It is
Note: See TracChangeset for help on using the changeset viewer.