Fix Linux build.
This commit is contained in:
parent
a2d2c0418d
commit
2189fe94ed
2 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@ bool Client::send(BIO *bio)
|
|||
LOG_DEBUG_ERR("[%s] send failed, invalid state: %d", m_pool.url(), m_state);
|
||||
}
|
||||
|
||||
BIO_reset(bio);
|
||||
(void) BIO_reset(bio);
|
||||
|
||||
return result;
|
||||
# else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue