mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
suppressed printf
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a8cdbfbde1
commit
822d25b294
@ -579,7 +579,9 @@ struct in_addr getPreferredInterface() // returns best addr.
|
|||||||
{
|
{
|
||||||
if (!found_ext)
|
if (!found_ext)
|
||||||
{
|
{
|
||||||
|
#ifdef NET_DEBUG
|
||||||
std::cerr << "Found external address " << (void*)addr.s_addr << std::endl ;
|
std::cerr << "Found external address " << (void*)addr.s_addr << std::endl ;
|
||||||
|
#endif
|
||||||
found_ext = true;
|
found_ext = true;
|
||||||
addr_ext = addr;
|
addr_ext = addr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user