aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-13 13:30:44 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-13 13:30:44 +0200
commitd9587cfd27aa5ef26170ec1983b47f1e26dc8136 (patch)
tree7982a93e7cc7e27a733e613aebfb796058deb57a /libcmix-network
parentad1a9858cd0d15b1090a0977098b98307875f07c (diff)
downloadcmix-d9587cfd27aa5ef26170ec1983b47f1e26dc8136.tar.gz
cmix-d9587cfd27aa5ef26170ec1983b47f1e26dc8136.tar.bz2
cmix-d9587cfd27aa5ef26170ec1983b47f1e26dc8136.zip
Connecting client now have to send an id to each node.
Diffstat (limited to 'libcmix-network')
-rw-r--r--libcmix-network/acceptor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcmix-network/acceptor.cpp b/libcmix-network/acceptor.cpp
index ed640a1..896ed95 100644
--- a/libcmix-network/acceptor.cpp
+++ b/libcmix-network/acceptor.cpp
@@ -45,5 +45,3 @@ void Acceptor::start_accepting(std::shared_ptr<ssl::context> ctx, SSLAcceptHandl
{
accept_loop(acceptor, ctx, accept_handler);
}
-
-