Skip to content

Commit

Permalink
jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.…
Browse files Browse the repository at this point in the history
…SID.

(This used to be commit 81be1e6)
  • Loading branch information
Luke Leighton committed Dec 3, 1998
1 parent 404b7b4 commit 04452b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/lib/sids.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 04452b0

Please sign in to comment.