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:
parent
de05358351
commit
dc0300ec70
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user