1
0
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:
Luke Leighton 1998-12-03 17:34:05 +00:00
parent 404b7b49b2
commit 04452b0975

View File

@ -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));