summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-25 18:50:15 +0000
committerGerald Carter <jerry@samba.org>2005-02-25 18:50:15 +0000
commitd41791c2ef0d61b9e7e950f1cd6f25bdbf6d9fa5 (patch)
tree63e141d7df1829575d9dd0f832feb82f87bfd57e
parente3cbd0e8c0ddc37007a777dd36e965aa6582232f (diff)
downloadsamba-d41791c2ef0d61b9e7e950f1cd6f25bdbf6d9fa5.tar.gz
r5569: fix more breakage on gcc 2.96
-rw-r--r--source/sam/idmap_rid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sam/idmap_rid.c b/source/sam/idmap_rid.c
index f16dbfb5e81..ef4b8ef5692 100644
--- a/source/sam/idmap_rid.c
+++ b/source/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 */