From ba63e31cc7ecc9e7fccb68e9fa4e09c90a8d5c66 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 9 Jun 2011 15:23:24 -0500 Subject: Small handle related cleanups Signed-off-by: Dan McGee --- lib/libalpm/package.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libalpm/package.c') diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index 61194e91..014dedce 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -341,8 +341,7 @@ alpm_list_t SYMEXPORT *alpm_pkg_compute_requiredby(pmpkg_t *pkg) if(pkg->origin == PKG_FROM_FILE) { /* The sane option; search locally for things that require this. */ - db = alpm_option_get_localdb(pkg->handle); - find_requiredby(pkg, db, &reqs); + find_requiredby(pkg, pkg->handle->db_local, &reqs); } else { /* We have a DB package. if it is a local package, then we should * only search the local DB; else search all known sync databases. */ -- cgit v1.2.3-24-g4f1b