Ignore:
Timestamp:
Aug 6, 2011, 6:50:53 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/smbd/file_access.c

    r414 r620  
    7676        if (!CAN_WRITE(conn)) {
    7777                return False;
     78        }
     79
     80        if (!lp_acl_check_permissions(SNUM(conn))) {
     81                /* This option means don't check. */
     82                return true;
    7883        }
    7984
Note: See TracChangeset for help on using the changeset viewer.