diff options
author | Günther Deschner <gd@samba.org> | 2009-02-20 14:18:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-21 21:12:10 +0100 |
commit | 80cd7ed51998daea5233ce17a72ae470d438425c (patch) | |
tree | 66009c6c4ad051578ad63cbfe82bbaad7ab3e8b2 | |
parent | c9a057bc0497fd201142799d02f046e95236f921 (diff) | |
download | samba-80cd7ed51998daea5233ce17a72ae470d438425c.tar.gz samba-80cd7ed51998daea5233ce17a72ae470d438425c.tar.bz2 samba-80cd7ed51998daea5233ce17a72ae470d438425c.zip |
eventlog: fix eventlog_GetLogInformation typo in IDL.
Guenther
-rw-r--r-- | librpc/idl/eventlog.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl index c7524f3c38..aba294828b 100644 --- a/librpc/idl/eventlog.idl +++ b/librpc/idl/eventlog.idl @@ -314,7 +314,7 @@ import "lsa.idl", "security.idl"; boolean32 full; } EVENTLOG_FULL_INFORMATION; - NTSTATUS eventlog_GetLogIntormation( + NTSTATUS eventlog_GetLogInformation( [in] policy_handle *handle, [in] uint32 level, [out,ref] [size_is(buf_size)] uint8 *buffer, |