xbps_fetch_file: enable fetchRestartCalls.

This commit is contained in:
Juan RP 2012-11-08 09:49:03 +01:00
parent 2a1e4fe137
commit 0ab60b24c5

View File

@ -111,6 +111,7 @@ xbps_fetch_file(struct xbps_handle *xhp,
fetchLastErrCode = 0;
fetchTimeout = xhp->fetch_timeout;
fetchRestartCalls = 1;
/*
* Get the filename specified in URI argument.
*/