mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Eliminate debug printf().
This commit is contained in:
parent
91fa643131
commit
25a067c8c3
1 changed files with 0 additions and 1 deletions
|
@ -645,7 +645,6 @@ public:
|
|||
case InetAddress::IP_SCOPE_SHARED:
|
||||
case InetAddress::IP_SCOPE_GLOBAL:
|
||||
ip.setPort(_port);
|
||||
printf("found %s on %S\r\n",ip.toString().c_str(),a->FriendlyName);
|
||||
_node->addLocalInterfaceAddress(reinterpret_cast<const struct sockaddr_storage *>(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL,0);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue