mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r13451: Fix build warning.
Guenther (This used to be commit d27771ca1d046aa7fc0c15d410d9fe83da85428f)
This commit is contained in:
parent
acc4a837aa
commit
f0a6a004f3
@ -1259,7 +1259,6 @@ NTSTATUS rpccli_samr_chgpasswd3(struct rpc_pipe_client *cli,
|
|||||||
prs_struct qbuf, rbuf;
|
prs_struct qbuf, rbuf;
|
||||||
SAMR_Q_CHGPASSWD_USER3 q;
|
SAMR_Q_CHGPASSWD_USER3 q;
|
||||||
SAMR_R_CHGPASSWD_USER3 r;
|
SAMR_R_CHGPASSWD_USER3 r;
|
||||||
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
|
|
||||||
|
|
||||||
uchar new_nt_password[516];
|
uchar new_nt_password[516];
|
||||||
uchar new_lm_password[516];
|
uchar new_lm_password[516];
|
||||||
@ -1323,11 +1322,7 @@ NTSTATUS rpccli_samr_chgpasswd3(struct rpc_pipe_client *cli,
|
|||||||
|
|
||||||
/* Return output parameters */
|
/* Return output parameters */
|
||||||
|
|
||||||
result = r.status;
|
return r.status;
|
||||||
|
|
||||||
done:
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function returns the bizzare set of (max_entries, max_size) required
|
/* This function returns the bizzare set of (max_entries, max_size) required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user