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

unix instance of group database API

This commit is contained in:
Luke Leighton
-
parent e93491953a
commit e76f593b35
26 changed files with 1100 additions and 1296 deletions

View File

@ -204,7 +204,7 @@ creates a DOM_SID2 structure.
********************************************************************/
void make_dom_sid2(DOM_SID2 *sid2, DOM_SID *sid)
{
sid2->sid = *sid;
sid_copy(&sid2->sid, sid);
sid2->num_auths = sid2->sid.num_auths;
}