]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
allow GET requests to be signed too (typo fix)
[xonotic/darkplaces.git] / prvm_cmds.c
index fab17c9b26bb5bab877ee0359f9696fa4abdbdec..15a5e4c0fad03b63a0f2cd95a1a6438a7c52d090 100644 (file)
@@ -5896,7 +5896,7 @@ out1:
 out2:
                handle->postdata = NULL;
                handle->postlen = 0;
-               ret = Curl_Begin_ToMemory(url, 0, (unsigned char *) handle->buffer, sizeof(handle->buffer), uri_to_string_callback, handle);
+               ret = Curl_Begin_ToMemory_POST(url, handle->sigdata, 0, NULL, NULL, 0, (unsigned char *) handle->buffer, sizeof(handle->buffer), uri_to_string_callback, handle);
        }
        if(ret)
        {