summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_registry.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-09 12:29:34 +0200
committerMichael Adam <obnox@samba.org>2008-04-09 23:52:34 +0200
commitd3dcaac176212a20c2bb71a08b4ac39ea2689047 (patch)
tree42bcabd51b2696fab56e5fb28970b7914a0c6718 /source3/utils/net_rpc_registry.c
parenta8124367b4fcfea165569e4ce1e3401deacb0142 (diff)
downloadsamba-d3dcaac176212a20c2bb71a08b4ac39ea2689047.tar.gz
samba-d3dcaac176212a20c2bb71a08b4ac39ea2689047.tar.bz2
samba-d3dcaac176212a20c2bb71a08b4ac39ea2689047.zip
net (registry util): refactor printing of value without name out.
This renames print_registry_value() to print_registry_value_with_name(). The new function is called print_registry_value(). Michael (This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)
Diffstat (limited to 'source3/utils/net_rpc_registry.c')
-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 da078f4d36..564d79e9f9 100644
--- a/source3/utils/net_rpc_registry.c
+++ b/source3/utils/net_rpc_registry.c
@@ -661,7 +661,7 @@ static NTSTATUS rpc_registry_enumerate_internal(const DOM_SID *domain_sid,
}
for (i=0; i<num_values; i++) {
- print_registry_value(names[i], values[i]);
+ print_registry_value_with_name(names[i], values[i]);
}
rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_key, NULL);