1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r20004: Remove a const, "name" is allocated anyway

This commit is contained in:
Volker Lendecke 2006-12-02 10:51:54 +00:00 committed by Gerald (Jerry) Carter
parent de05358351
commit dc0300ec70

View File

@ -168,8 +168,7 @@ WERROR reg_enumkey(TALLOC_CTX *mem_ctx, struct registry_key *key,
}
WERROR reg_enumvalue(TALLOC_CTX *mem_ctx, struct registry_key *key,
uint32 idx, const char **pname,
struct registry_value **pval)
uint32 idx, char **pname, struct registry_value **pval)
{
struct registry_value *val;
WERROR err;