queue: use maxdepth after flattening
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/241/head
Ariadne Conill 2022-06-26 15:17:08 +00:00
parent a416dc1fd6
commit 5a82a259ac
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ pkgconf_queue_apply(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_queu
return false;
/* the world dependency set is flattened after it is returned from pkgconf_queue_verify */
if (!func(client, &world, data, 2))
if (!func(client, &world, data, maxdepth))
{
pkgconf_pkg_free(client, &world);
return false;