mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Cedar: use Proto API for protocol options
This commit is contained in:
@ -7,15 +7,6 @@
|
||||
|
||||
#include "CedarPch.h"
|
||||
|
||||
static bool g_no_sstp = false;
|
||||
|
||||
// Get the SSTP disabling flag
|
||||
bool GetNoSstp()
|
||||
{
|
||||
|
||||
return g_no_sstp;
|
||||
}
|
||||
|
||||
const PROTO_IMPL *SstpGetProtoImpl()
|
||||
{
|
||||
static const PROTO_IMPL impl =
|
||||
|
Reference in New Issue
Block a user