diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-07 13:13:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-07 13:13:07 +0000 |
commit | 4c7971b0ee5613afce9a29701c667ad7b2fadb55 (patch) | |
tree | a42f805813399b85fb77eaba48f51b7f36ce8f51 | |
parent | 322521e4b9a312fb8a8457b9df75b7f805ebad7c (diff) | |
download | drakx-4c7971b0ee5613afce9a29701c667ad7b2fadb55.tar drakx-4c7971b0ee5613afce9a29701c667ad7b2fadb55.tar.gz drakx-4c7971b0ee5613afce9a29701c667ad7b2fadb55.tar.bz2 drakx-4c7971b0ee5613afce9a29701c667ad7b2fadb55.tar.xz drakx-4c7971b0ee5613afce9a29701c667ad7b2fadb55.zip |
remove spurious space
-rw-r--r-- | mdk-stage1/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 95990501d..5a2d56f18 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -760,7 +760,7 @@ static int choose_mirror_from_list(char *http_proxy_host, char *http_proxy_port, int fd, size, line_pos = 0; char line[500]; int use_http_proxy = http_proxy_host && http_proxy_port && !streq(http_proxy_host, "") && !streq(http_proxy_port, ""); - + fd = http_download_file(MIRRORLIST_HOST, MIRRORLIST_PATH, &size, use_http_proxy ? "http" : NULL, http_proxy_host, http_proxy_port); if (fd < 0) { log_message("HTTP: unable to get mirrors list"); |