Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/util_seaccess.c

    r206 r221  
    150150
    151151/*
    152   the main entry point for access checking.
     152  The main entry point for access checking. If returning ACCESS_DENIED
     153  this function returns the denied bits in the uint32_t pointed
     154  to by the access_granted pointer.
    153155*/
    154156NTSTATUS se_access_check(const struct security_descriptor *sd,
     
    239241done:
    240242        if (bits_remaining != 0) {
     243                *access_granted = bits_remaining;
    241244                return NT_STATUS_ACCESS_DENIED;
    242245        }
Note: See TracChangeset for help on using the changeset viewer.