summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 71f3e087..b1c7e820 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -545,7 +545,6 @@ Node::ReasonForTermination Node::run()
LOG("netconf fingerprint change: %.16llx != %.16llx, resyncing with network",networkConfigurationFingerprint,fp);
networkConfigurationFingerprint = fp;
resynchronize = true;
- _r->nc->whackAllTaps(); // call whack() on all tap devices -- hack, might go away
}
}