1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

r5568: fix more breakage on gcc 2.96

This commit is contained in:
Gerald Carter 2005-02-25 18:49:42 +00:00 committed by Gerald (Jerry) Carter
parent 67f8a1e3bc
commit 3eeecff05e

View File

@ -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 */