mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
fixed removal of moe than one ncacn_* option from option list
This commit is contained in:
parent
abe7ffcece
commit
09a9b25c8d
@ -412,6 +412,7 @@ NTSTATUS dcerpc_parse_binding(TALLOC_CTX *mem_ctx, const char *s, struct dcerpc_
|
||||
for (k=i;b->options[k];k++) {
|
||||
b->options[k] = b->options[k+1];
|
||||
}
|
||||
i--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user