diff --git a/sakisafecli/sakisafecli.c b/sakisafecli/sakisafecli.c index d1fd567..40f95ce 100644 --- a/sakisafecli/sakisafecli.c +++ b/sakisafecli/sakisafecli.c @@ -159,6 +159,7 @@ main(int argc, char **argv) } /* curl options */ + curl_easy_setopt(easy_handle, CURLOPT_USERAGENT, "curl"); curl_easy_setopt(easy_handle, CURLOPT_WRITEFUNCTION, write_data); curl_easy_setopt(easy_handle, CURLOPT_WRITEDATA, buffer);