Re: [pacman-dev] [PATCH] alpm: Do not raise SIGINT when filesize goes over limit

2018-10-17 Thread Andrew Gregory
On 10/09/18 at 06:29pm, Olivier Brunel wrote: > Variable dload_interrupted is used both to abort a download because > SIGINT was caught, and when a file limit is reached. But raising SIGINT > is only meant to happen in the first case. > > Signed-off-by: Olivier Brunel > --- ACK.

[pacman-dev] [PATCH] alpm: Do not raise SIGINT when filesize goes over limit

2018-10-09 Thread Olivier Brunel
Variable dload_interrupted is used both to abort a download because SIGINT was caught, and when a file limit is reached. But raising SIGINT is only meant to happen in the first case. Signed-off-by: Olivier Brunel --- lib/libalpm/dload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)