1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r5278: BUG 2327: fix compile bug in idmap_rid.c

This commit is contained in:
Gerald Carter 2005-02-08 19:27:18 +00:00 committed by Gerald (Jerry) Carter
parent 82c4e2f37f
commit dd55ef25d1

View File

@ -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) {