mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +00:00
- Hackplement ObLogSecurityDescriptor for W2K3 drivers to be happy.
svn path=/trunk/; revision=19057
This commit is contained in:
parent
db3f6ecb75
commit
d68f0cbd56
1 changed files with 4 additions and 1 deletions
|
@ -263,7 +263,10 @@ ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor,
|
||||||
IN ULONG RefBias)
|
IN ULONG RefBias)
|
||||||
{
|
{
|
||||||
DPRINT1("ObLogSecurityDescriptor is not implemented!\n");
|
DPRINT1("ObLogSecurityDescriptor is not implemented!\n");
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
|
||||||
|
/* HACK: Return the same descriptor back */
|
||||||
|
*OutputSecurityDescriptor = InputSecurityDescriptor;
|
||||||
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue