0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00

Merge changes from releaseprep/3.8

Signed-off-by: David Sommerseth <davids@openvpn.net>
This commit is contained in:
David Sommerseth 2023-04-14 13:44:00 +02:00
commit 037fda0521
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2

View File

@ -506,6 +506,7 @@ class OvpnDcoWinClient : public Client,
{OVPN_IOCTL_SWAP_KEYS, "OVPN_IOCTL_SWAP_KEYS"},
{OVPN_IOCTL_SET_PEER, "OVPN_IOCTL_SET_PEER"},
{OVPN_IOCTL_START_VPN, "OVPN_IOCTL_START_VPN"},
{OVPN_IOCTL_DEL_PEER, "OVPN_IOCTL_DEL_PEER"},
};
auto handle = get_handle();