From 16a4f8f7dc59c6b586259b2d5daf1b23d25b2d7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 24 Nov 2008 16:31:49 +0100 Subject: [PATCH] samr: fix samr_UserInfo24 and samr_UserInfo26. Guenther (cherry picked from commit 0315308cbc724bbf54b7767b4af307217833f541) --- source/librpc/idl/samr.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/librpc/idl/samr.idl b/source/librpc/idl/samr.idl index e823d1d77b2..b8337fddb7b 100644 --- a/source/librpc/idl/samr.idl +++ b/source/librpc/idl/samr.idl @@ -835,7 +835,7 @@ import "misc.idl", "lsa.idl", "security.idl"; typedef struct { samr_CryptPassword password; - uint8 pw_len; + uint8 password_expired; } samr_UserInfo24; typedef [flag(NDR_PAHEX)] struct { @@ -849,7 +849,7 @@ import "misc.idl", "lsa.idl", "security.idl"; typedef struct { samr_CryptPasswordEx password; - uint8 pw_len; + uint8 password_expired; } samr_UserInfo26; typedef [switch_type(uint16)] union { -- 2.11.4.GIT