mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r20094: this should be non-const
metze
This commit is contained in:
parent
314308c0bf
commit
1b6621814b
@ -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
|
||||
*/
|
||||
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, "");
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user