mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
const feeding frenzy
This commit is contained in:
@ -179,7 +179,7 @@ BOOL smb_io_dom_sid(char *desc, DOM_SID *sid, prs_struct *ps, int depth)
|
||||
/*******************************************************************
|
||||
creates a DOM_SID2 structure.
|
||||
********************************************************************/
|
||||
BOOL make_dom_sid2(DOM_SID2 *sid2, DOM_SID *sid)
|
||||
BOOL make_dom_sid2(DOM_SID2 *sid2, const DOM_SID *sid)
|
||||
{
|
||||
sid_copy(&sid2->sid, sid);
|
||||
sid2->num_auths = sid2->sid.num_auths;
|
||||
|
Reference in New Issue
Block a user