projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85cea6
)
Fix typo in SetSecurityDescriptorOwner().
author
Eric Kohl
<eric.kohl@reactos.org>
Sun, 11 Jul 2004 13:33:40 +0000
(13:33 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Sun, 11 Jul 2004 13:33:40 +0000
(13:33 +0000)
svn path=/trunk/; revision=10079
reactos/lib/advapi32/sec/sec.c
patch
|
blob
|
history
diff --git
a/reactos/lib/advapi32/sec/sec.c
b/reactos/lib/advapi32/sec/sec.c
index
77d3b21
..
447fde7
100644
(file)
--- a/
reactos/lib/advapi32/sec/sec.c
+++ b/
reactos/lib/advapi32/sec/sec.c
@@
-1,4
+1,4
@@
-/* $Id: sec.c,v 1.2
0 2004/03/25 11:30:07
ekohl Exp $
+/* $Id: sec.c,v 1.2
1 2004/07/11 13:33:40
ekohl Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@@
-358,7
+358,7
@@
SetSecurityDescriptorOwner (
{
NTSTATUS Status;
- Status = RtlSet
Group
SecurityDescriptor (pSecurityDescriptor,
+ Status = RtlSet
Owner
SecurityDescriptor (pSecurityDescriptor,
pOwner,
bOwnerDefaulted);
if (!NT_SUCCESS(Status))