aboutsummaryrefslogtreecommitdiffstats
path: root/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net.cpp')
-rw-r--r--net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.cpp b/net.cpp
index fff3c182..9a5dbb32 100644
--- a/net.cpp
+++ b/net.cpp
@@ -34,7 +34,7 @@ namespace bi = ba::ip;
struct NetFixture
{
- NetFixture() { dev::p2p::NodeIPEndpoint::test_allowLocal = true;; }
+ NetFixture() { dev::p2p::NodeIPEndpoint::test_allowLocal = true; }
~NetFixture() { dev::p2p::NodeIPEndpoint::test_allowLocal = false; }
};