Commit c352486a authored by Sergey Lyubka's avatar Sergey Lyubka

Squashed warning in push()

parent 4120b9bc
...@@ -1453,6 +1453,7 @@ static int64_t push(FILE *fp, SOCKET sock, SSL *ssl, const char *buf, ...@@ -1453,6 +1453,7 @@ static int64_t push(FILE *fp, SOCKET sock, SSL *ssl, const char *buf,
int64_t sent; int64_t sent;
int n, k; int n, k;
(void) ssl; // Get rid of warning
sent = 0; sent = 0;
while (sent < len) { while (sent < len) {
......
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