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 <jeffhost@microsoft.com>
  • Loading branch information
jeffhostetler authored and dscho committed Aug 11, 2023
1 parent 10aaa06 commit c93f95f
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 @@ -312,6 +312,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 c93f95f

Please sign in to comment.