diff options
author | jcid <devnull@localhost> | 2008-05-26 15:10:01 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-26 15:10:01 +0200 |
commit | 392b7d272a482dcc29108915b461c954152addd8 (patch) | |
tree | f9d4ef158b95a6557324887565f4552e8b91f88c /src/IO/http.c | |
parent | 4d255bf0e4f38d792b488430a507d7455738689a (diff) |
- Enabled proxy_user in preferences.
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index a907c8cf..ec87a7a4 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -106,7 +106,7 @@ int a_Http_proxy_auth(void) /* * Activate entered proxy password for HTTP. */ -void a_Http_set_proxy_passwd(char *str) +void a_Http_set_proxy_passwd(const char *str) { char *http_proxyauth = dStrconcat(prefs.http_proxyuser, ":", str, NULL); HTTP_Proxy_Auth_base64 = a_Misc_encode_base64(http_proxyauth); |