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 used to be commit dd55ef25d1
)
This commit is contained in:
parent
26dd1bab96
commit
a66913aca1
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user