From 9361c73c2f4ce9a2f9a7e5515a9272ddd14eb2ed Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Jan 2009 00:25:57 +0100 Subject: winreg: fix winreg_EnumValue callers. Guenther --- source4/lib/registry/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry') diff --git a/source4/lib/registry/rpc.c b/source4/lib/registry/rpc.c index 8096c8fbfe..0cb6b118a5 100644 --- a/source4/lib/registry/rpc.c +++ b/source4/lib/registry/rpc.c @@ -193,7 +193,7 @@ static WERROR rpc_get_value_by_index(TALLOC_CTX *mem_ctx, { struct rpc_key *mykeydata = talloc_get_type(parent, struct rpc_key); struct winreg_EnumValue r; - struct winreg_StringBuf name; + struct winreg_ValNameBuf name; uint8_t value; uint32_t val_size = MAX_VALSIZE; uint32_t zero = 0; -- cgit