mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-06 06:47:41 +08:00
removed the certificate[optional] auth type
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
8bb0af61bc
commit
afef74fa23
@@ -245,9 +245,6 @@ int session_cmd(main_server_st * s, struct proc_st *proc, const uint8_t *cookie,
|
||||
if (msg->has_deny_roaming)
|
||||
proc->config.deny_roaming = msg->deny_roaming;
|
||||
|
||||
if (msg->has_require_cert)
|
||||
proc->config.require_cert = msg->require_cert;
|
||||
|
||||
if (msg->has_ipv6_prefix)
|
||||
proc->config.ipv6_prefix = msg->ipv6_prefix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user