fetch_curl: disable pollution when packages will not be fetched
modified libpkg/fetch_libcurl.c
@@ -31,15 +31,13 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -49,6 +47,7 @@ curl_write_cb(char *data, size_t size, size_t nmemb, void *userdata)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -95,6 +94,7 @@ curl_fetch(struct pkg_repo *repo, int dest, const char *url, struct url *u, off_
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -114,7 +114,6 @@ curl_fetch(struct pkg_repo *repo, int dest, const char *url, struct url *u, off_
|
|
|
|
|
|
| - | |
|
|
|
|
|