summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_passwd.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-11-06 20:39:43 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-11-06 22:05:12 +0100
commitdae1258acdb93a9bdffda234a13f0a1c7628075e (patch)
tree800cc170ee34248a9439b820271f99b7952dc853 /source4/libnet/libnet_passwd.c
parente60388cf6d6ade7e127a9cae65d3f1c09c7b0cfd (diff)
downloadsamba-dae1258acdb93a9bdffda234a13f0a1c7628075e.tar.gz
samba-dae1258acdb93a9bdffda234a13f0a1c7628075e.tar.bz2
samba-dae1258acdb93a9bdffda234a13f0a1c7628075e.zip
s4:libnet_passwd - fix pointer type
Diffstat (limited to 'source4/libnet/libnet_passwd.c')
-rw-r--r--source4/libnet/libnet_passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_passwd.c b/source4/libnet/libnet_passwd.c
index e558c93d75..cb09e3041e 100644
--- a/source4/libnet/libnet_passwd.c
+++ b/source4/libnet/libnet_passwd.c
@@ -51,7 +51,7 @@ static NTSTATUS libnet_ChangePassword_samr(struct libnet_context *ctx, TALLOC_CT
uint8_t old_nt_hash[16], new_nt_hash[16];
uint8_t old_lm_hash[16], new_lm_hash[16];
struct samr_DomInfo1 *dominfo = NULL;
- struct samr_ChangeReject *reject = NULL;
+ struct userPwdChangeFailureInformation *reject = NULL;
ZERO_STRUCT(c);