mirror of
https://github.com/amnezia-vpn/OpenVPNAdapter.git
synced 2026-05-17 00:05:46 +03:00
logthead
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"sstream": "cpp"
|
||||
}
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "ck-ovpn-plugin.h"
|
||||
|
||||
#endif
|
||||
|
||||
#include <openvpn/log/logthread.hpp>
|
||||
namespace openvpn {
|
||||
namespace PluggableTransports {
|
||||
|
||||
@@ -52,7 +52,6 @@ class CloakTransport : public PluggableTransports::Connection, public PluggableT
|
||||
if (*config == '\0') {
|
||||
return;
|
||||
}
|
||||
|
||||
// Setup cloak config
|
||||
ret = Initialize_cloak_c_client(config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user