1
0
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:
Volker Lendecke 2006-12-02 11:18:19 +00:00 committed by Gerald (Jerry) Carter
parent 66e889bbab
commit 3da37287ca

View File

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