summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/tools/regtree.c')
-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 fef9c7ee49..17a9163adc 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");