1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent abe7ffcece
commit 09a9b25c8d

View File

@ -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;
}
}