1
0
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:
Jeremy Allison 2002-03-13 00:47:26 +00:00
parent 8fe1df84e1
commit b0ace3183f

View File

@ -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.
****************************************************************************/