mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Remove a stub function I forgot to fill in.
Jeremy.
(This used to be commit d08cbcbc5d
)
This commit is contained in:
parent
8fe1df84e1
commit
b0ace3183f
@ -64,12 +64,6 @@ static void generate_random_sid(DOM_SID *sid)
|
||||
sid->sub_auths[sid->num_auths++] = IVAL(raw_sid_data, i*4);
|
||||
}
|
||||
|
||||
static BOOL read_sam_sid(void)
|
||||
{
|
||||
extern pstring global_myname;
|
||||
extern fstring global_myworkgroup;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Generate the global machine sid.
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user