1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19843: Fix warning.

(This used to be commit 38067c1adf)
This commit is contained in:
Jelmer Vernooij 2006-11-22 16:54:45 +00:00 committed by Gerald (Jerry) Carter
parent 108152dd6a
commit ef9e094d84

View File

@ -1901,7 +1901,6 @@ static BOOL test_ChangePassword(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
{
char simple_pass[9];
char *v = generate_random_str(mem_ctx, 1);
int i;
ZERO_STRUCT(simple_pass);
memset(simple_pass, *v, sizeof(simple_pass) - 1);