s3-samr-idl: fix samr_ValidatePassword.
authorGünther Deschner <gd@samba.org>
Wed, 5 Nov 2008 01:02:50 +0000 (02:02 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 5 Nov 2008 14:09:50 +0000 (15:09 +0100)
Guenther

source3/librpc/idl/samr.idl

index 9f7265762063103ae2e7ddea6eecea68e0c2d00d..58962fbc4c833d6ce5510c77601ffee0a280d540 100644 (file)
@@ -1548,7 +1548,7 @@ import "misc.idl", "lsa.idl", "security.idl";
 
        NTSTATUS samr_ValidatePassword(
                [in] samr_ValidatePasswordLevel level,
-               [in,switch_is(level)] samr_ValidatePasswordReq req,
-               [out,ref,switch_is(level)] samr_ValidatePasswordRep *rep
+               [in,switch_is(level)] samr_ValidatePasswordReq *req,
+               [out,ref,switch_is(level)] samr_ValidatePasswordRep **rep
                );
 }