diff options
-rw-r--r-- | source3/sam/idmap_rid.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |