repository_sync_index: fix swapped args passed to XBPS_STATE_REPOSYNC.
This commit is contained in:
parent
45b872f75e
commit
4e15230c93
@ -162,7 +162,7 @@ xbps_repository_sync_pkg_index(struct xbps_handle *xhp,
|
|||||||
fetch_outputdir = xhp->metadir;
|
fetch_outputdir = xhp->metadir;
|
||||||
|
|
||||||
/* reposync start cb */
|
/* reposync start cb */
|
||||||
xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, plistf, uri, NULL);
|
xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, uri, plistf, NULL);
|
||||||
/*
|
/*
|
||||||
* Download plist index file from repository.
|
* Download plist index file from repository.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user