Fix clang warnings

This commit is contained in:
Dimitris Apostolou 2021-01-21 10:35:26 +02:00
parent 6fc5f88a3b
commit 99dc3c2a5d
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A

View file

@ -116,6 +116,7 @@ namespace tunnel
{
public:
using Tunnel::SendTunnelDataMsg;
OutboundTunnel (std::shared_ptr<const TunnelConfig> config):
Tunnel (config), m_Gateway (this), m_EndpointIdentHash (config->GetLastIdentHash ()) {};