mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
Cedar: change ProtoHandleConnection() so that it supports direct protocol specification
This commit is contained in:
@ -2936,7 +2936,7 @@ void ConnectionAccept(CONNECTION *c)
|
||||
if (c->Cedar != NULL && c->Cedar->Server != NULL)
|
||||
{
|
||||
PROTO *proto = c->Cedar->Server->Proto;
|
||||
if (proto && ProtoHandleConnection(proto, s) == true)
|
||||
if (proto && ProtoHandleConnection(proto, s, NULL) == true)
|
||||
{
|
||||
c->Type = CONNECTION_TYPE_OTHER;
|
||||
goto FINAL;
|
||||
|
Reference in New Issue
Block a user