diff options
author | Tim Potter <tpot@samba.org> | 2005-08-06 00:58:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:25 -0500 |
commit | f18657aa59749fe85bfe1cc4fc2a49db2685eea6 (patch) | |
tree | ad3f394776d728106432c7fee35d31775e586c2a /source4/librpc | |
parent | 865319a0ec76ce9281ce141487bd926d5480830f (diff) | |
download | samba-f18657aa59749fe85bfe1cc4fc2a49db2685eea6.tar.gz samba-f18657aa59749fe85bfe1cc4fc2a49db2685eea6.tar.bz2 samba-f18657aa59749fe85bfe1cc4fc2a49db2685eea6.zip |
r9156: Add IDL and test for FlushEventLog() but it always seems to return
NT_STATUS_ACCESS_DENIED.
(This used to be commit f18d1f539e4fd434dfc519e45f4c356c5cd4d73a)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/eventlog.idl | 4 |
1 files changed, 3 insertions, 1 deletions
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 + ); } |