pkgdb: foreach_xxx_pkg_cb -> foreach_xxx_cb.
This commit is contained in:
@@ -65,7 +65,7 @@ xbps_configure_packages(bool flush)
|
||||
struct xbps_handle *xhp = xbps_handle_get();
|
||||
int rv;
|
||||
|
||||
rv = xbps_pkgdb_foreach_pkg_cb(configure_pkgs_cb, NULL);
|
||||
rv = xbps_pkgdb_foreach_cb(configure_pkgs_cb, NULL);
|
||||
if (rv == 0 && flush)
|
||||
rv = xbps_pkgdb_update(xhp, true);
|
||||
|
||||
|
Reference in New Issue
Block a user