diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 02:03:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-05 15:10:01 +0100 |
commit | 7ac5660d2c3176b27d1dc62146218d86d9c0da95 (patch) | |
tree | 9b5976c3876efc6c266cdfa99d1e25fe50691c87 /source3/librpc | |
parent | abd2139b42cf60e8ecaed8ab595ae2e6bc17e133 (diff) | |
download | samba-7ac5660d2c3176b27d1dc62146218d86d9c0da95.tar.gz samba-7ac5660d2c3176b27d1dc62146218d86d9c0da95.tar.bz2 samba-7ac5660d2c3176b27d1dc62146218d86d9c0da95.zip |
s3-samr-idl: fix samr_QueryUserInfo2.
Guenther
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl index 58962fbc4c..f47e0994dc 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -1212,7 +1212,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_QueryUserInfo2( [in,ref] policy_handle *user_handle, [in] uint16 level, - [out,ref,switch_is(level)] samr_UserInfo *info + [out,ref,switch_is(level)] samr_UserInfo **info ); /************************/ |