From a66913aca1132a9cd8070c509fe02ab5682c028e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 8 Feb 2005 19:27:18 +0000 Subject: r5278: BUG 2327: fix compile bug in idmap_rid.c (This used to be commit dd55ef25d1b24401a743d0367544e535cd17815c) --- source3/sam/idmap_rid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/sam') diff --git a/source3/sam/idmap_rid.c b/source3/sam/idmap_rid.c index d0cbcd7186..f16dbfb5e8 100644 --- a/source3/sam/idmap_rid.c +++ b/source3/sam/idmap_rid.c @@ -49,12 +49,13 @@ static NTSTATUS rid_idmap_parse(const char *init_param, { const char *p; int i; - trust.number = 0; fstring sid_str; BOOL known_domain = False; p = init_param; fstring tok; + trust.number = 0; + /* falling back to automatic mapping when there were no options given */ if (!*init_param) { -- cgit