This commit is contained in:
James R 2020-04-14 19:41:32 -07:00
parent 9216406eea
commit 676865c1b9
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ HMS_unlist (void)
hms = HMS_connect("servers/%s/unlist", hms_server_token);
if (! hms)
return 0;
return;
curl_easy_setopt(hms->curl, CURLOPT_CUSTOMREQUEST, "POST");