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
Родитель c494bdacc6
Коммит 2924e383ed
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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;