diff options
Diffstat (limited to 'src/tools/sss_groupshow.c')
-rw-r--r-- | src/tools/sss_groupshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_groupshow.c b/src/tools/sss_groupshow.c index 40af95cc..764e3241 100644 --- a/src/tools/sss_groupshow.c +++ b/src/tools/sss_groupshow.c @@ -601,7 +601,7 @@ static void print_recursive(struct group_info **group_members, int level) int main(int argc, const char **argv) { int ret = EXIT_SUCCESS; - int pc_debug = 0; + int pc_debug = SSSDBG_DEFAULT; bool pc_recursive = false; const char *pc_groupname = NULL; struct tools_ctx *tctx = NULL; |