summaryrefslogtreecommitdiff
path: root/methods/https.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-11-27 00:19:48 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-11-27 00:19:48 +0100
commitf6026f0d5481e2c91be52cc85c47ccf5f1303f64 (patch)
tree3e7549d0306d51c4609a14a1611032d287b6137b /methods/https.cc
parent4647b1b3e5f94faae48c8b78b2d85124929b9362 (diff)
parent1692a2c79f4c423ff257a882a1e8e16c3edad882 (diff)
merge with lp:~mvo/apt/debian-sid and update all pot's and po's
Diffstat (limited to 'methods/https.cc')
-rw-r--r--methods/https.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/https.cc b/methods/https.cc
index 18ecfd3d2..4daa04e32 100644
--- a/methods/https.cc
+++ b/methods/https.cc
@@ -200,7 +200,7 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
curl_easy_setopt(curl, CURLOPT_USERAGENT,
_config->Find("Acquire::https::User-Agent",
_config->Find("Acquire::http::User-Agent",
- "Debian APT-CURL/1.0 ("VERSION")")));
+ "Debian APT-CURL/1.0 ("VERSION")")).c_str());
// set timeout
int timeout = _config->FindI("Acquire::https::Timeout",