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

ManClientInstance::Send: added AuthStatus::Type parameter

to disconnect_user() method.

Signed-off-by: James Yonan <james@openvpn.net>
This commit is contained in:
James Yonan 2017-09-23 14:15:47 -06:00 committed by Antonio Quartulli
parent 4bba803f33
commit 18f45c244e

View File

@ -38,6 +38,7 @@
#include <openvpn/server/peerstats.hpp>
#include <openvpn/server/peeraddr.hpp>
#include <openvpn/auth/authcert.hpp>
#include <openvpn/auth/authstatusconst.hpp>
namespace openvpn {
namespace ManClientInstance {
@ -74,6 +75,7 @@ namespace openvpn {
// disconnect
virtual void disconnect_user(const HaltRestart::Type type,
const AuthStatus::Type auth_status,
const std::string& reason,
const bool tell_client) = 0;