Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

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

    r223 r274  
    13651365        if (fsp->conn->admin_user) {
    13661366                tok_copy = copy_unix_token(lck, tok);
    1367                 tok_copy->uid = (uid_t)0;
    13681367                if (tok_copy == NULL) {
    13691368                        TALLOC_FREE(lck);
    13701369                        return false;
    13711370                }
     1371                tok_copy->uid = (uid_t)0;
    13721372                tok = tok_copy;
    13731373        }
Note: See TracChangeset for help on using the changeset viewer.