mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-16 06:49:19 +08:00
removed unused protobuf variable
This commit is contained in:
@@ -138,7 +138,6 @@ message sec_auth_init_msg
|
|||||||
/* SEC_AUTH_CONT */
|
/* SEC_AUTH_CONT */
|
||||||
message sec_auth_cont_msg
|
message sec_auth_cont_msg
|
||||||
{
|
{
|
||||||
required bool tls_auth_ok = 1 [default = false];
|
|
||||||
required string password = 2;
|
required string password = 2;
|
||||||
required bytes sid = 3;
|
required bytes sid = 3;
|
||||||
required string ip = 4;
|
required string ip = 4;
|
||||||
|
|||||||
Reference in New Issue
Block a user