eventlog: make out pointer a ref pointer in eventlog_GetNumRecords.
authorGünther Deschner <gd@samba.org>
Mon, 12 Jan 2009 12:45:04 +0000 (13:45 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 12 Jan 2009 16:59:29 +0000 (17:59 +0100)
Guenther

librpc/idl/eventlog.idl

index bab4cb90c766ad5b3af9d25b37fb0a2bbf4d2881..b6bc92a016fac9093117a74a1b245abadb34865b 100644 (file)
@@ -80,7 +80,7 @@ import "lsa.idl", "security.idl";
        /* Function: 0x04 */
        NTSTATUS eventlog_GetNumRecords(
                [in] policy_handle *handle,
-               [out] uint32 *number
+               [out,ref] uint32 *number
        );
 
        /******************/