1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

fixed removal of moe than one ncacn_* option from option list

(This used to be commit 09a9b25c8d916c0467a124d959d5cd911b782dfa)
This commit is contained in:
Andrew Tridgell 2003-12-19 04:26:26 +00:00
parent 98e66d0449
commit a8400ce610

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