]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
allow GET requests to be signed too (typo fix)
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 7 Feb 2012 22:17:32 +0000 (22:17 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 7 Feb 2012 22:17:32 +0000 (22:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11671 d7cf8633-e32d-0410-b094-e92efae38249

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)
        {