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:
parent
04452b0975
commit
8d08fb7323
@ -677,7 +677,7 @@ static void usage(char *pname)
|
||||
|
||||
reload_services( True );
|
||||
|
||||
if (!pwdb_initialise(True))
|
||||
if (!pwdb_initialise(False))
|
||||
{
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user