mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r20094: this should be non-const
metze
(This used to be commit 1b6621814b
)
This commit is contained in:
parent
00306527b6
commit
913d1a91b8
@ -232,7 +232,7 @@ const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor)
|
|||||||
/*
|
/*
|
||||||
form a binding string from a binding structure
|
form a binding string from a binding structure
|
||||||
*/
|
*/
|
||||||
const char *dcerpc_binding_string(TALLOC_CTX *mem_ctx, const struct dcerpc_binding *b)
|
char *dcerpc_binding_string(TALLOC_CTX *mem_ctx, const struct dcerpc_binding *b)
|
||||||
{
|
{
|
||||||
char *s = talloc_strdup(mem_ctx, "");
|
char *s = talloc_strdup(mem_ctx, "");
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user