Changeset 55


Ignore:
Timestamp:
Aug 7, 2007, 6:54:36 AM (18 years ago)
Author:
Paul Smedley
Message:

Unnecessary on OS/2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/posix_acls.c

    r39 r55  
    42904290                (unsigned int)access_mask, fname ));
    42914291
     4292#ifndef __OS2__
     4293        /* Samba always runs as root on OS/2 */
    42924294        if (current_user.ut.uid == 0 || conn->admin_user) {
    42934295                /* I'm sorry sir, I didn't know you were root... */
    42944296                return True;
    42954297        }
    4296 
     4298#endif
    42974299        if (!VALID_STAT(*psbuf)) {
    42984300                /* Get the file permission mask and owners. */
Note: See TracChangeset for help on using the changeset viewer.