Skip to content

Commit

Permalink
Merge changes from releaseprep/3.8
Browse files Browse the repository at this point in the history
Signed-off-by: David Sommerseth <davids@openvpn.net>
  • Loading branch information
dsommers committed Apr 14, 2023
2 parents a872966 + 93c961e commit 037fda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openvpn/dco/ovpndcowincli.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 037fda0

Please sign in to comment.