mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
r20007: Fix a const warning just introduced
This commit is contained in:
parent
66e889bbab
commit
3da37287ca
@ -433,7 +433,7 @@ WERROR _winreg_EnumValue(pipes_struct *p, struct policy_handle *handle,
|
||||
{
|
||||
WERROR err;
|
||||
struct registry_key *key = find_regkey_by_hnd( p, handle );
|
||||
const char *valname;
|
||||
char *valname;
|
||||
struct registry_value *val;
|
||||
DATA_BLOB value_blob;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user