diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 10:14:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 10:14:08 +0100 |
commit | 5c450dbd5a0c855d359176877eb1200b8af4c2cc (patch) | |
tree | 1c9750169769e53276d5dc47bfdc0c063c41672c /source3/librpc/idl | |
parent | bea5ea5cad90e8a10ea5aadebf62f917faa60cf1 (diff) | |
download | samba-5c450dbd5a0c855d359176877eb1200b8af4c2cc.tar.gz samba-5c450dbd5a0c855d359176877eb1200b8af4c2cc.tar.bz2 samba-5c450dbd5a0c855d359176877eb1200b8af4c2cc.zip |
Fix IDL for eventlog_ClearEventLogW.
As of existing samba3 rpc code, unknown is backupfile.
Guenther
(This used to be commit 382de7c06092805738f40df69f6c1f71858f6730)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/eventlog.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); /******************/ |