Remove postfieldsize

This commit is contained in:
qorg11 2021-04-30 19:07:48 +02:00
parent 5566cdb09a
commit 8cf9ee30f1
Signed by: qorg11
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ post_status(const char *status, const char *scope)
sprintf(status_to_post,status_fmt,status);
sprintf(visibility_to_post,scope_fmt,scope);
curl_easy_setopt(curl,CURLOPT_POSTFIELDSIZE,12L);
curl_easy_setopt(curl,CURLOPT_POSTFIELDS,status_to_post);
curl_easy_perform(curl);