mirror of
https://github.com/samba-team/samba.git
synced 2025-09-16 01:44:21 +03:00
fixed removal of moe than one ncacn_* option from option list
(This used to be commit 09a9b25c8d
)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user