blob: 496c7aafc860bf199329f2f1e8e3d5ed9a8711ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/curl.cc.orig 2018-07-07 18:25:16 UTC
+++ lib/curl.cc
@@ -45,7 +45,7 @@ namespace opkele {
|| (r=easy_setopt(CURLOPT_MAXREDIRS,5))
|| (r=easy_setopt(CURLOPT_DNS_CACHE_TIMEOUT,120))
|| (r=easy_setopt(CURLOPT_DNS_USE_GLOBAL_CACHE,1))
- || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME"/"PACKAGE_SRC_VERSION))
+ || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME "/" PACKAGE_SRC_VERSION))
|| (r=easy_setopt(CURLOPT_TIMEOUT,20))
#ifdef DISABLE_CURL_SSL_VERIFYHOST
|| (r=easy_setopt(CURLOPT_SSL_VERIFYHOST,0))
|