Ignore:
Timestamp:
Jul 2, 2011, 4:01:14 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/modules/vfs_acl_tdb.c

    r594 r597  
    398398        .opendir = opendir_acl_common,
    399399        .mkdir = mkdir_acl_common,
     400
    400401        .open = open_acl_common,
    401402        .create_file = create_file_acl_common,
    402403        .unlink = unlink_acl_tdb,
    403         .rmdir = rmdir_acl_tdb,
     404        .chmod = chmod_acl_module_common,
     405        .fchmod = fchmod_acl_module_common,
    404406        .fget_nt_acl = fget_nt_acl_common,
    405407        .get_nt_acl = get_nt_acl_common,
    406408        .fset_nt_acl = fset_nt_acl_common,
     409
     410
    407411        .sys_acl_set_file = sys_acl_set_file_tdb,
    408412        .sys_acl_set_fd = sys_acl_set_fd_tdb
Note: See TracChangeset for help on using the changeset viewer.