Commit 83aec88a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

winhttp: Also trace the buffer pointer in WinHttpSendRequest.

parent e38b46e7
......@@ -2278,8 +2278,8 @@ BOOL WINAPI WinHttpSendRequest( HINTERNET hrequest, LPCWSTR headers, DWORD heade
BOOL ret;
struct request *request;
TRACE("%p, %s, %u, %u, %u, %lx\n", hrequest, debugstr_wn(headers, headers_len), headers_len, optional_len,
total_len, context);
TRACE("%p, %s, %u, %p, %u, %u, %lx\n", hrequest, debugstr_wn(headers, headers_len), headers_len, optional,
optional_len, total_len, context);
if (!(request = (struct request *)grab_object( hrequest )))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment