summaryrefslogtreecommitdiff
path: root/rtclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtclient.c')
-rw-r--r--rtclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtclient.c b/rtclient.c
index 4567430..59c80e6 100644
--- a/rtclient.c
+++ b/rtclient.c
@@ -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