mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.
(This used to be commit 81be1e60764d380adf47737552659854d94ca626)
This commit is contained in:
parent
404b7b49b2
commit
04452b0975
@ -326,7 +326,7 @@ BOOL generate_sam_sid(char *domain_name)
|
||||
|
||||
if (file_exist(machine_sid_file, NULL))
|
||||
{
|
||||
if (file_exist(machine_sid_file, NULL))
|
||||
if (file_exist(sid_file, NULL))
|
||||
{
|
||||
DEBUG(0,("both %s and %s exist when only one should, unable to continue\n",
|
||||
machine_sid_file, sid_file));
|
||||
|
Loading…
x
Reference in New Issue
Block a user