This commit is contained in:
Anh TV
2023-04-20 21:31:25 +07:00
parent b30d945db2
commit 5ae33ca5d9
2 changed files with 6 additions and 2 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"sstream": "cpp"
}
}

View File

@@ -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);