mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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)
|
||||
{
|
||||
DPRINT1("ObLogSecurityDescriptor is not implemented!\n");
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
|
||||
/* HACK: Return the same descriptor back */
|
||||
*OutputSecurityDescriptor = InputSecurityDescriptor;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue