]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
eventlog: fix eventlog_GetLogInformation typo in IDL.
authorGünther Deschner <gd@samba.org>
Fri, 20 Feb 2009 13:18:06 +0000 (14:18 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 21 Feb 2009 20:12:10 +0000 (21:12 +0100)
Guenther

librpc/idl/eventlog.idl

index c7524f3c3884afc871f74b1c39c9d85d231cad69..aba294828b44f3fc5711564b7910f0c2c0f5326a 100644 (file)
@@ -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,