mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue