if (remote == NULL) {
--retry;
if (retry == 0) {
pkg_error_set(EPKG_FATAL, "%s", fetchLastErrString);
retcode = pkg_error_set(EPKG_FATAL, "%s", fetchLastErrString);
goto cleanup;
}
sleep(1);