diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 01:28:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:27 +0100 |
commit | f42f1ae5a8e914790a9ac8fefe7cee3ec8988508 (patch) | |
tree | b48bc3553f53f3e0a657c5d5d1c19f30d71d4fc4 /librpc | |
parent | 94b7db1fb49e1811af002163f9818706e1ea7f7a (diff) | |
download | samba-f42f1ae5a8e914790a9ac8fefe7cee3ec8988508.tar.gz samba-f42f1ae5a8e914790a9ac8fefe7cee3ec8988508.tar.xz samba-f42f1ae5a8e914790a9ac8fefe7cee3ec8988508.zip |
s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index b0dacc91d4e..7fb3d95ea20 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -1177,7 +1177,7 @@ import "misc.idl", "lsa.idl", "security.idl"; [public] NTSTATUS samr_GetUserPwInfo( [in,ref] policy_handle *user_handle, - [out] samr_PwInfo info + [out,ref] samr_PwInfo *info ); /************************/ |