credential: set trace2_child_class for credential manager children

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
Jeff Hostetler 2019-10-03 13:21:26 -04:00 коммит произвёл Johannes Schindelin
Родитель b529f6e610
Коммит 06eefb97ae
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -286,6 +286,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;