From 5c450dbd5a0c855d359176877eb1200b8af4c2cc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Feb 2008 10:14:08 +0100 Subject: Fix IDL for eventlog_ClearEventLogW. As of existing samba3 rpc code, unknown is backupfile. Guenther (This used to be commit 382de7c06092805738f40df69f6c1f71858f6730) --- source3/librpc/idl/eventlog.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/eventlog.idl b/source3/librpc/idl/eventlog.idl index 3defd99400..56e39d7844 100644 --- a/source3/librpc/idl/eventlog.idl +++ b/source3/librpc/idl/eventlog.idl @@ -60,7 +60,7 @@ import "lsa.idl", "security.idl"; /* Function: 0x00 */ NTSTATUS eventlog_ClearEventLogW( [in] policy_handle *handle, - [in,unique] lsa_String *unknown + [in,unique] lsa_String *backupfile ); /******************/ -- cgit