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 коммит произвёл Derrick Stolee
Родитель 2918e478de
Коммит 0ca6cebfa1
1 изменённых файлов: 2 добавлений и 0 удалений

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

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