Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-07-05 19:42:43 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-07-05 19:42:43 +0400
commit3fe31f263341f2850dcb71a2f5ee7dff4e379c0a (patch)
tree7d7013dfbff8a50a75ae1f0452ea65b392ad1167 /winsup/cygwin/security.cc
parent8c1f7cf707215bca8dd2831881ac75913b4d7f72 (diff)
* security.cc (get_file_sd): Fix comment.
Diffstat (limited to 'winsup/cygwin/security.cc')
-rw-r--r--winsup/cygwin/security.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc
index 8151c285e..ffa70f4ab 100644
--- a/winsup/cygwin/security.cc
+++ b/winsup/cygwin/security.cc
@@ -117,7 +117,7 @@ get_file_sd (HANDLE fh, path_conv &pc, security_descriptor &sd,
directories' SD used NtQuerySecurityObject, rather than GetSecurityInfo
as well. See http://cygwin.com/ml/cygwin-developers/2011-03/msg00027.html
for the solution. This problem does not occur with the below code, so
- the workaround could be removed. */
+ the workaround has been removed. */
if (justcreated)
{
SECURITY_DESCRIPTOR_CONTROL ctrl;