From f18657aa59749fe85bfe1cc4fc2a49db2685eea6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 6 Aug 2005 00:58:06 +0000 Subject: r9156: Add IDL and test for FlushEventLog() but it always seems to return NT_STATUS_ACCESS_DENIED. (This used to be commit f18d1f539e4fd434dfc519e45f4c356c5cd4d73a) --- source4/librpc/idl/eventlog.idl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/eventlog.idl') diff --git a/source4/librpc/idl/eventlog.idl b/source4/librpc/idl/eventlog.idl index ab0f2a1ff0..0d34579327 100644 --- a/source4/librpc/idl/eventlog.idl +++ b/source4/librpc/idl/eventlog.idl @@ -172,5 +172,7 @@ /*****************/ /* Function 0x17 */ - NTSTATUS eventlog_FlushEventLog(); + NTSTATUS eventlog_FlushEventLog( + [in,ref] policy_handle *handle + ); } -- cgit