Skip to content

Commit b01b2a1

Browse files
jeffhostetlermjcheetham
authored andcommitted
credential: set trace2_child_class for credential manager children
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent 4468fcd commit b01b2a1

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
@@ -456,6 +456,8 @@ static int run_credential_helper(struct credential *c,
456456
else
457457
helper.no_stdout = 1;
458458

459+
helper.trace2_child_class = "cred";
460+
459461
if (start_command(&helper) < 0)
460462
return -1;
461463

0 commit comments

Comments
 (0)