1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

make this a ZERO_STRUCTP for consitancy with the rest of Samba.

This commit is contained in:
Andrew Bartlett -
parent 62c56f9724
commit 587a3d91b7

View File

@ -327,7 +327,7 @@ void sid_copy(DOM_SID *dst, const DOM_SID *src)
{
int i;
memset((char *)dst, '\0', sizeof(DOM_SID));
ZERO_STRUCTP(dst);
dst->sid_rev_num = src->sid_rev_num;
dst->num_auths = src->num_auths;