mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Necessary improvements to make configure work without libevent installed
This commit is contained in:
@@ -602,7 +602,7 @@ CService HTTPRequest::GetPeer() const
|
||||
const char* address = "";
|
||||
uint16_t port = 0;
|
||||
|
||||
#if HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR
|
||||
#ifdef HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR
|
||||
evhttp_connection_get_peer(con, &address, &port);
|
||||
#else
|
||||
evhttp_connection_get_peer(con, (char**)&address, &port);
|
||||
|
||||
Reference in New Issue
Block a user