From 76d72a6bc62cba0111cb82b87b560255513e49c2 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 25 Feb 2005 19:26:07 +0000 Subject: r5571: fix another breakage on gcc 2.96 (This used to be commit cadd5a44e7f1d532aa4dad7a4233e5ea2c814a10) --- source3/sam/idmap_rid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/sam') diff --git a/source3/sam/idmap_rid.c b/source3/sam/idmap_rid.c index ef4b8ef569..6315c6ab2e 100644 --- a/source3/sam/idmap_rid.c +++ b/source3/sam/idmap_rid.c @@ -159,6 +159,7 @@ static NTSTATUS rid_idmap_get_domains(uint32 *num_domains, fstring **domain_name DOM_SID *trusted_domain_sids; uint32 enum_ctx = 0; DOM_SID builtin_sid; + int own_domains = 2; /* put the results together */ *num_domains = 1; @@ -270,7 +271,6 @@ static NTSTATUS rid_idmap_get_domains(uint32 *num_domains, fstring **domain_name i, trusted_domain_names[i], sid_str)); } - int own_domains = 2; if (!sid_equal(domain_sid, get_global_sam_sid())) ++own_domains; -- cgit