1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-08 16:54:59 +03:00

Cedar: handle SSTP through Proto

This commit is contained in:
Davide Beatrici
2020-07-17 02:00:30 +02:00
parent d917b2ac73
commit 869496be3e
4 changed files with 184 additions and 260 deletions

View File

@ -5891,7 +5891,7 @@ bool ServerDownloadSignature(CONNECTION *c, char **error_detail_str)
// Accept the SSTP connection
c->Type = CONNECTION_TYPE_OTHER;
sstp_ret = AcceptSstp(c);
sstp_ret = ProtoHandleConnection(server->Proto, s, "SSTP");
c->Err = ERR_DISCONNECTED;
FreeHttpHeader(h);