Skip to content

Commit aefc9ae

Browse files
jeffhostetlerdscho
authored andcommitted
credential: set trace2_child_class for credential manager children
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent ed48c16 commit aefc9ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

credential.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ static int run_credential_helper(struct credential *c,
444444
else
445445
helper.no_stdout = 1;
446446

447+
helper.trace2_child_class = "cred";
448+
447449
if (start_command(&helper) < 0)
448450
return -1;
449451

0 commit comments

Comments
 (0)