Skip to content

Commit

Permalink
credential: set trace2_child_class for credential manager children
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hostetler <[email protected]>
  • Loading branch information
jeffhostetler authored and dscho committed Jul 17, 2024
1 parent 1734a7b commit 7b4dae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions credential.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ static int run_credential_helper(struct credential *c,
else
helper.no_stdout = 1;

helper.trace2_child_class = "cred";

if (start_command(&helper) < 0)
return -1;

Expand Down

0 comments on commit 7b4dae2

Please sign in to comment.