diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-27 00:19:48 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-27 00:19:48 +0100 |
commit | f6026f0d5481e2c91be52cc85c47ccf5f1303f64 (patch) | |
tree | 3e7549d0306d51c4609a14a1611032d287b6137b /methods | |
parent | 4647b1b3e5f94faae48c8b78b2d85124929b9362 (diff) | |
parent | 1692a2c79f4c423ff257a882a1e8e16c3edad882 (diff) |
merge with lp:~mvo/apt/debian-sid and update all pot's and po's
Diffstat (limited to 'methods')
-rw-r--r-- | methods/https.cc | 2 |
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", |