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:
csoler 2010-05-23 22:16:20 +00:00
parent cb535dd73d
commit 88018d4512

View File

@ -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 ;