summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-16 00:25:57 +0100
committerGünther Deschner <gd@samba.org>2009-01-16 00:28:46 +0100
commit9361c73c2f4ce9a2f9a7e5515a9272ddd14eb2ed (patch)
treeccc32f145338859800959c85c3a2f73e78557b1b /source3/utils
parentb9d9832cc35c9c221e9cee5d7d46a83bbeea75df (diff)
downloadsamba-9361c73c2f4ce9a2f9a7e5515a9272ddd14eb2ed.tar.gz
samba-9361c73c2f4ce9a2f9a7e5515a9272ddd14eb2ed.tar.bz2
samba-9361c73c2f4ce9a2f9a7e5515a9272ddd14eb2ed.zip
winreg: fix winreg_EnumValue callers.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_rpc_registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c
index 4a39043768..005e3ca556 100644
--- a/source3/utils/net_rpc_registry.c
+++ b/source3/utils/net_rpc_registry.c
@@ -272,7 +272,7 @@ static NTSTATUS registry_enumvalues(TALLOC_CTX *ctx,
uint32 value_length;
char n;
- struct winreg_StringBuf name_buf;
+ struct winreg_ValNameBuf name_buf;
WERROR err;
n = '\0';