* 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:
Corinna Vinschen
2004-04-14 21:11:45 +00:00
parent a653f600f5
commit e84c7766c3
4 changed files with 14 additions and 2 deletions

View File

@@ -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;
}