mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
simplified request handling in sec-mod
This commit is contained in:
@@ -169,8 +169,8 @@ typedef enum {
|
||||
|
||||
/* from main to sec-mod and vice versa */
|
||||
MIN_SM_MAIN_CMD=239,
|
||||
SM_CMD_AUTH_SESSION_OPEN,
|
||||
SM_CMD_AUTH_SESSION_CLOSE,
|
||||
SM_CMD_AUTH_SESSION_OPEN, /* sync: reply is SM_CMD_AUTH_SESSION_REPLY */
|
||||
SM_CMD_AUTH_SESSION_CLOSE, /* sync: reply is SM_CMD_AUTH_CLI_STATS */
|
||||
SM_CMD_AUTH_SESSION_REPLY,
|
||||
SM_CMD_AUTH_BAN_IP,
|
||||
SM_CMD_AUTH_BAN_IP_REPLY,
|
||||
|
||||
Reference in New Issue
Block a user