Remove an unused variable
(cherry picked from commit 40e90e89fc406f0ed665d3753b5fb3b7071787d3)
This commit is contained in:
parent
40d5a1dea3
commit
9f17244f95
@ -257,14 +257,11 @@ static int genaNotify(
|
|||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
membuffer mid_msg;
|
membuffer mid_msg;
|
||||||
membuffer endmsg;
|
|
||||||
uri_type *url;
|
uri_type *url;
|
||||||
http_parser_t response;
|
http_parser_t response;
|
||||||
int return_code = -1;
|
int return_code = -1;
|
||||||
|
|
||||||
membuffer_init(&mid_msg);
|
membuffer_init(&mid_msg);
|
||||||
/* make 'end' msg (the part that won't vary with the destination) */
|
|
||||||
endmsg.size_inc = 30;
|
|
||||||
if (http_MakeMessage(&mid_msg, 1, 1,
|
if (http_MakeMessage(&mid_msg, 1, 1,
|
||||||
"s" "ssc" "sdcc",
|
"s" "ssc" "sdcc",
|
||||||
headers,
|
headers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user