Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

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

    r124 r165  
    7878        mode_t dir_mode = 0; /* Mode of the inherit_from directory if
    7979                              * inheriting. */
     80
    8081        if (!lp_store_dos_attributes(SNUM(conn)) && IS_DOS_READONLY(dosmode)) {
    8182                result &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
     
    167168                }
    168169        } /* Else never set the readonly bit. */
     170
    169171#ifndef __OS2__
    170172        if (MAP_ARCHIVE(conn) && ((sbuf->st_mode & S_IXUSR) != 0))
Note: See TracChangeset for help on using the changeset viewer.