summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2008-09-12 16:57:22 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-21 23:17:58 +0200
commit965a12f5b8bb862bab9eb46fba6e95f3906bae7d (patch)
tree63c21719d53da037dc93ed57895e8fe5f5378763 /source4/lib/registry
parentfaa4ac2a52cee89be66a11604dd65871b3b70a6b (diff)
downloadsamba-965a12f5b8bb862bab9eb46fba6e95f3906bae7d.tar.gz
Registry tool "regtree": Removing an error message
The error message "Error occurred while fetching values" doesn't seem very useful, so remove it.
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/tools/regtree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c
index fef9c7ee490..17a9163adc6 100644
--- a/source4/lib/registry/tools/regtree.c
+++ b/source4/lib/registry/tools/regtree.c
@@ -93,11 +93,6 @@ static void print_tree(int level, struct registry_key *p,
valuetype, valuedata));
}
talloc_free(mem_ctx);
-
- if(!W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS)) {
- DEBUG(0, ("Error occured while fetching values for '%s': %s\n",
- name, win_errstr(error)));
- }
}
mem_ctx = talloc_init("sec_desc");