Merge branch 'morganamilo/noserver' into morganamilo/tip

This commit is contained in:
morganamilo 2021-11-06 23:41:05 +00:00
commit c7c280115f
No known key found for this signature in database
GPG key ID: E48D0A8326DE47C5

View file

@ -732,7 +732,7 @@ static int find_dl_candidates(alpm_handle_t *handle, alpm_list_t **files)
handle->pm_errno = ALPM_ERR_SERVER_NONE; handle->pm_errno = ALPM_ERR_SERVER_NONE;
_alpm_log(handle, ALPM_LOG_ERROR, "%s: %s\n", _alpm_log(handle, ALPM_LOG_ERROR, "%s: %s\n",
alpm_strerror(handle->pm_errno), repo->treename); alpm_strerror(handle->pm_errno), repo->treename);
return 1; return -1;
} }
ASSERT(spkg->filename != NULL, RET_ERR(handle, ALPM_ERR_PKG_INVALID_NAME, -1)); ASSERT(spkg->filename != NULL, RET_ERR(handle, ALPM_ERR_PKG_INVALID_NAME, -1));