Skip to content

Commit c93f95f

Browse files
jeffhostetlerdscho
authored andcommitted
credential: set trace2_child_class for credential manager children
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
1 parent 10aaa06 commit c93f95f

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
@@ -312,6 +312,8 @@ static int run_credential_helper(struct credential *c,
312312
else
313313
helper.no_stdout = 1;
314314

315+
helper.trace2_child_class = "cred";
316+
315317
if (start_command(&helper) < 0)
316318
return -1;
317319

0 commit comments

Comments
 (0)