Fix IDL for samr_EnumDomains.
authorGünther Deschner <gd@samba.org>
Fri, 8 Feb 2008 21:26:42 +0000 (22:26 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 8 Feb 2008 21:59:28 +0000 (22:59 +0100)
Guenther
(This used to be commit 911b5f1feb08840198f57f361bcd2b19d9f3bf0d)

source3/librpc/idl/samr.idl

index 1c18b2604f177f1a9d97b4e6f96e2184f7dd0550..684142015168707146d62e07531ab0e1192270ba 100644 (file)
@@ -160,10 +160,10 @@ import "misc.idl", "lsa.idl", "security.idl";
        } samr_SamArray;
 
        NTSTATUS samr_EnumDomains (
-               [in,ref]      policy_handle *connect_handle,
+               [in]          policy_handle *connect_handle,
                [in,out,ref]  uint32 *resume_handle,
+               [out,ref]     samr_SamArray **sam,
                [in]          uint32 buf_size,
-               [out,ref]     samr_SamArray *sam,
                [out,ref]     uint32 *num_entries
                );