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

r3852: Fix the build...

This commit is contained in:
Volker Lendecke 2004-11-18 15:52:02 +00:00 committed by Gerald (Jerry) Carter
parent 7cd12794a3
commit 3bd72b864f

View File

@ -338,5 +338,5 @@ void add_sid_to_array_unique(const DOM_SID *sid, DOM_SID **sids, int *num_sids)
return;
}
return add_sid_to_array(sid, sids, num_sids);
add_sid_to_array(sid, sids, num_sids);
}