index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Olivier Brunel <jjk@jjacky.com> | 2018-10-17 17:11:01 +0200 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2018-10-17 17:28:32 -0700 |
commit | ffde85aadfe0e08fb710102d0a547335e9d1a200 (patch) | |
tree | 9232031a2a5ecab5338de2efdafa8b078e47dea1 /lib/libalpm/dload.c | |
parent | d96d0ffe7c88d9521a9e6cdd65939e9a20733cdf (diff) |
-rw-r--r-- | lib/libalpm/dload.c | 1 |
diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 00993910..36ae4ee1 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -431,6 +431,7 @@ static int curl_download_internal(struct dload_payload *payload, /* Ignore any SIGPIPE signals. With libcurl, these shouldn't be happening, * but better safe than sorry. Store the old signal handler first. */ mask_signal(SIGPIPE, SIG_IGN, &orig_sig_pipe); + dload_interrupted = 0; mask_signal(SIGINT, &inthandler, &orig_sig_int); /* perform transfer */ |