1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r20094: this should be non-const

metze
(This used to be commit 1b6621814b)
This commit is contained in:
Stefan Metzmacher 2006-12-09 14:49:17 +00:00 committed by Gerald (Jerry) Carter
parent 00306527b6
commit 913d1a91b8

View File

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