From b734474b8e0a255096e55218e7d49b73c5e49453 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Sep 2016 17:52:08 +0200 Subject: [PATCH] Revert "regtree... sddl" This reverts commit a485218941c223662905fdcf61149253d3b3aea4. --- source4/lib/registry/tools/regtree.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c index 47584a0df2c9..d4319f5f6bbc 100644 --- a/source4/lib/registry/tools/regtree.c +++ b/source4/lib/registry/tools/regtree.c @@ -24,7 +24,6 @@ #include "lib/events/events.h" #include "lib/cmdline/popt_common.h" #include "param/param.h" -#include "../libcli/security/security.h" /** * Print a registry key recursively @@ -97,7 +96,6 @@ static void print_tree(unsigned int level, struct registry_key *p, if (!W_ERROR_IS_OK(reg_get_sec_desc(mem_ctx, p, &sec_desc))) { DEBUG(0, ("Error getting security descriptor\n")); } - printf("sddl: %s\n", sddl_encode(mem_ctx, sec_desc, NULL)); talloc_free(mem_ctx); } -- 2.34.1