mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-20 20:31:46 -05:00
suppressed debug messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb535dd73d
commit
88018d4512
@ -1671,7 +1671,8 @@ bool p3ConnectMgr::connectResult(std::string id, bool success, uint32_t flags, s
|
||||
remote_peer_address.sin_addr.s_addr != 0 &&
|
||||
!(remote_peer_address.sin_addr.s_addr == ownState.currentlocaladdr.sin_addr.s_addr) &&
|
||||
(!isLoopbackNet(&remote_peer_address.sin_addr))
|
||||
) {
|
||||
)
|
||||
{
|
||||
IpAddressTimed ipLocalAddressTimed;
|
||||
ipLocalAddressTimed.ipAddr = remote_peer_address;
|
||||
ipLocalAddressTimed.seenTime = time(NULL);
|
||||
@ -3423,8 +3424,6 @@ bool p3ConnectMgr::getStunExtAddress(struct sockaddr_in &addr) {
|
||||
|
||||
}
|
||||
|
||||
#define CONN_DEBUG 1
|
||||
|
||||
bool p3ConnectMgr::getExtFinderExtAddress(struct sockaddr_in &addr)
|
||||
{
|
||||
struct in_addr ad ;
|
||||
|
Loading…
Reference in New Issue
Block a user