summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/findfileconflicts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/findfileconflicts.c b/tools/findfileconflicts.c
index cb90f54..a59c097 100644
--- a/tools/findfileconflicts.c
+++ b/tools/findfileconflicts.c
@@ -54,7 +54,7 @@ int main(int argc, char **argv)
queue_init(&conflicts);
FOR_REPO_SOLVABLES(installed, p, s)
queue_push(&todo, p);
- state = rpm_state_create(pool_get_rootdir(pool));
+ state = rpm_state_create(pool, pool_get_rootdir(pool));
pool_findfileconflicts(pool, &todo, 0, &conflicts, FINDFILECONFLICTS_USE_SOLVABLEFILELIST | FINDFILECONFLICTS_CHECK_DIRALIASING | FINDFILECONFLICTS_USE_ROOTDIR, &iterate_handle, state);
rpm_state_free(state);
queue_free(&todo);