Commented out debug statement in VirtualTap
This commit is contained in:
@@ -605,7 +605,6 @@ void VirtualTap::Housekeeping()
|
|||||||
Mutex::Lock _l(_tcpconns_m);
|
Mutex::Lock _l(_tcpconns_m);
|
||||||
uint64_t current_ts = time_now();
|
uint64_t current_ts = time_now();
|
||||||
if (current_ts > last_housekeeping_ts + ZT_HOUSEKEEPING_INTERVAL) {
|
if (current_ts > last_housekeeping_ts + ZT_HOUSEKEEPING_INTERVAL) {
|
||||||
DEBUG_EXTRA();
|
|
||||||
// update managed routes (add/del from network stacks)
|
// update managed routes (add/del from network stacks)
|
||||||
ZeroTier::OneService *service = ((ZeroTier::OneService *)zt1ServiceRef);
|
ZeroTier::OneService *service = ((ZeroTier::OneService *)zt1ServiceRef);
|
||||||
if (service) {
|
if (service) {
|
||||||
|
|||||||
Reference in New Issue
Block a user