* ntdll.h: Fix copyright date.
* sec_acl.cc (acl_worker): delete allocated fhandler. * syscalls.cc (chown_worker): Ditto. (chmod): Ditto. (stat_worker): Use get_namehash instead of hash_path_name.
This commit is contained in:
@@ -421,6 +421,8 @@ acl_worker (const char *path, int cmd, int nentries, __aclent32_t *aclbufp,
|
||||
}
|
||||
else
|
||||
res = fh->facl (cmd, nentries, aclbufp);
|
||||
|
||||
delete fh;
|
||||
syscall_printf ("%d = acl (%s)", res, path);
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user