From 40d738f50957f7f2e3e55e6749afbe7421fb73d8 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 25 Feb 2005 18:49:42 +0000 Subject: r5568: fix more breakage on gcc 2.96 (This used to be commit 3eeecff05efec9310cf2bed7c6fe9a6d80dd6d0d) --- source3/sam/idmap_rid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/sam/idmap_rid.c') diff --git a/source3/sam/idmap_rid.c b/source3/sam/idmap_rid.c index f16dbfb5e8..ef4b8ef569 100644 --- a/source3/sam/idmap_rid.c +++ b/source3/sam/idmap_rid.c @@ -51,9 +51,9 @@ static NTSTATUS rid_idmap_parse(const char *init_param, int i; fstring sid_str; BOOL known_domain = False; - p = init_param; fstring tok; + p = init_param; trust.number = 0; /* falling back to automatic mapping when there were no options given */ -- cgit