Changeset 274 for branches/samba-3.3.x/source/locking/locking.c
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/locking/locking.c
r223 r274 1365 1365 if (fsp->conn->admin_user) { 1366 1366 tok_copy = copy_unix_token(lck, tok); 1367 tok_copy->uid = (uid_t)0;1368 1367 if (tok_copy == NULL) { 1369 1368 TALLOC_FREE(lck); 1370 1369 return false; 1371 1370 } 1371 tok_copy->uid = (uid_t)0; 1372 1372 tok = tok_copy; 1373 1373 }
Note:
See TracChangeset
for help on using the changeset viewer.