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

jean-f spotted race condition on generation of sam sid, from starting

nmbd and smbd.  nmbd is now client: smbd is solely responsible for
creating sam_name.SID
(This used to be commit 50fa4822df)
This commit is contained in:
Luke Leighton 1998-12-03 17:38:20 +00:00
parent 04452b0975
commit 8d08fb7323

View File

@ -677,7 +677,7 @@ static void usage(char *pname)
reload_services( True );
if (!pwdb_initialise(True))
if (!pwdb_initialise(False))
{
exit(1);
}