diff options
Diffstat (limited to 'rtclient.c')
-rw-r--r-- | rtclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ bool rtclient_init(const char *url) handle = curl_easy_init(); if (handle) { curl_easy_setopt(handle, CURLOPT_FOLLOWLOCATION, 1L); + curl_easy_setopt(handle, CURLOPT_COOKIEFILE, ""); #ifdef DEBUG curl_easy_setopt(handle, CURLOPT_VERBOSE, 1L); #endif // DEBUG |