mirror of
https://github.com/amnezia-vpn/OpenVPNAdapter.git
synced 2026-05-17 08:15:45 +03:00
Update ptcli.hpp
This commit is contained in:
@@ -322,8 +322,8 @@ namespace openvpn {
|
||||
}
|
||||
|
||||
openvpn_io::post(io_context, [error_code, completion=std::move(completion)]() {
|
||||
OPENVPN_LOG("GO TO dial function new extent");
|
||||
connection = config->transport->dial(server_endpoint);
|
||||
// OPENVPN_LOG("GO TO dial function new extent");
|
||||
// connection = config->transport->dial(server_endpoint);
|
||||
OPENVPN_LOG("GO TO POST ");
|
||||
completion(error_code);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user