1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r13451: Fix build warning.

Guenther
(This used to be commit d27771ca1d)
This commit is contained in:
Günther Deschner 2006-02-11 00:08:57 +00:00 committed by Gerald (Jerry) Carter
parent acc4a837aa
commit f0a6a004f3

View File

@ -1259,7 +1259,6 @@ NTSTATUS rpccli_samr_chgpasswd3(struct rpc_pipe_client *cli,
prs_struct qbuf, rbuf;
SAMR_Q_CHGPASSWD_USER3 q;
SAMR_R_CHGPASSWD_USER3 r;
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
uchar new_nt_password[516];
uchar new_lm_password[516];
@ -1323,11 +1322,7 @@ NTSTATUS rpccli_samr_chgpasswd3(struct rpc_pipe_client *cli,
/* Return output parameters */
result = r.status;
done:
return result;
return r.status;
}
/* This function returns the bizzare set of (max_entries, max_size) required