mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 09:08:31 +00:00
Fix GCC build
svn path=/trunk/; revision=62017
This commit is contained in:
parent
e5c07026ca
commit
3a982ed8e3
1 changed files with 4 additions and 1 deletions
|
@ -310,6 +310,8 @@ SepAccessCheckAndAuditAlarmWorker(
|
||||||
AccessStatusList[i] = STATUS_SUCCESS;
|
AccessStatusList[i] = STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*GenerateOnClose = FALSE;
|
||||||
|
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -341,7 +343,7 @@ SepAccessCheckAndAuditAlarm(
|
||||||
PTOKEN SubjectContextToken, ClientToken;
|
PTOKEN SubjectContextToken, ClientToken;
|
||||||
BOOLEAN AllocatedResultLists;
|
BOOLEAN AllocatedResultLists;
|
||||||
BOOLEAN HaveAuditPrivilege;
|
BOOLEAN HaveAuditPrivilege;
|
||||||
PISECURITY_DESCRIPTOR CapturedSecurityDescriptor;
|
PSECURITY_DESCRIPTOR CapturedSecurityDescriptor;
|
||||||
UNICODE_STRING CapturedSubsystemName, CapturedObjectTypeName, CapturedObjectName;
|
UNICODE_STRING CapturedSubsystemName, CapturedObjectTypeName, CapturedObjectName;
|
||||||
ACCESS_MASK GrantedAccess, *SafeGrantedAccessList;
|
ACCESS_MASK GrantedAccess, *SafeGrantedAccessList;
|
||||||
NTSTATUS AccessStatus, *SafeAccessStatusList;
|
NTSTATUS AccessStatus, *SafeAccessStatusList;
|
||||||
|
@ -606,6 +608,7 @@ SepAccessCheckAndAuditAlarm(
|
||||||
Status = _SEH2_GetExceptionCode();
|
Status = _SEH2_GetExceptionCode();
|
||||||
DPRINT1("Exception while copying back data: 0x%lx\n", Status);
|
DPRINT1("Exception while copying back data: 0x%lx\n", Status);
|
||||||
}
|
}
|
||||||
|
_SEH2_END;
|
||||||
|
|
||||||
Cleanup:
|
Cleanup:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue