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

more warnings, from Tim Winders

This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent bd825f1ef1
commit eb157d6da4
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ static void lsa_reply_open_policy(prs_struct *rdata)
LSA_R_OPEN_POL r_o;
/* set up the LSA QUERY INFO response */
bzero(&(r_o.pol.data), POL_HND_SIZE);
bzero(r_o.pol.data, POL_HND_SIZE);
for (i = 4; i < POL_HND_SIZE; i++)
{
r_o.pol.data[i] = i;

View File

@ -39,7 +39,7 @@ static void lsa_reply_open_policy(prs_struct *rdata)
LSA_R_OPEN_POL r_o;
/* set up the LSA QUERY INFO response */
bzero(&(r_o.pol.data), POL_HND_SIZE);
bzero(r_o.pol.data, POL_HND_SIZE);
for (i = 4; i < POL_HND_SIZE; i++)
{
r_o.pol.data[i] = i;