mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
doc update
This commit is contained in:
@@ -805,6 +805,9 @@ void sec_mod_server(void *main_pool, struct perm_cfg_st *perm_config, const char
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* we use two fds for communication with main. The synchronous is for
|
||||
* ping-pong communication which each request is answered immediated. The
|
||||
* async is for messages sent back and forth in no particular order */
|
||||
if (FD_ISSET(cmd_fd_sync, &rd_set)) {
|
||||
ret = serve_request_main(sec, cmd_fd_sync, buffer, buffer_size);
|
||||
if (ret < 0 && ret == ERR_BAD_COMMAND) {
|
||||
|
||||
Reference in New Issue
Block a user