mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
main: do not impose timeout when reading from sec-mod
This commit is contained in:
@@ -101,7 +101,7 @@ int handle_sec_mod_commands(main_server_st * s)
|
||||
return ERR_MEM;
|
||||
}
|
||||
|
||||
raw_len = force_read_timeout(s->sec_mod_fd, raw, length, 2);
|
||||
raw_len = force_read(s->sec_mod_fd, raw, length);
|
||||
if (raw_len != length) {
|
||||
e = errno;
|
||||
mslog(s, NULL, LOG_ERR,
|
||||
|
||||
Reference in New Issue
Block a user