Ignore:
Timestamp:
Jun 16, 2009, 5:52:30 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.12

File:
1 edited

Legend:

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

    r233 r272  
    63826382        } else if((wire_open_mode & SMB_O_CREAT) == SMB_O_CREAT) {
    63836383                create_disp = FILE_OPEN_IF;
     6384        } else if ((wire_open_mode & (SMB_O_CREAT | SMB_O_EXCL | SMB_O_TRUNC)) == 0) {
     6385                create_disp = FILE_OPEN;
    63846386        } else {
    63856387                DEBUG(5,("smb_posix_open: invalid create mode 0x%x\n",
Note: See TracChangeset for help on using the changeset viewer.