From 04452b09754a420486da5fb2587528e52538ba0f Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 3 Dec 1998 17:34:05 +0000 Subject: jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID. (This used to be commit 81be1e60764d380adf47737552659854d94ca626) --- source3/lib/sids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/sids.c b/source3/lib/sids.c index 9b11f4dea1..de0eb40d9f 100644 --- a/source3/lib/sids.c +++ b/source3/lib/sids.c @@ -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)); -- cgit