Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

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

    r165 r312  
    54825482        } else if((wire_open_mode & SMB_O_CREAT) == SMB_O_CREAT) {
    54835483                create_disp = FILE_OPEN_IF;
     5484        } else if ((wire_open_mode & (SMB_O_CREAT | SMB_O_EXCL | SMB_O_TRUNC)) == 0) {
     5485                create_disp = FILE_OPEN;
    54845486        } else {
    54855487                DEBUG(5,("smb_posix_open: invalid create mode 0x%x\n",
Note: See TracChangeset for help on using the changeset viewer.