mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
process_worker_packet: remove FIXME comments; they serve little purpose
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -434,8 +434,6 @@ int process_worker_packet(void *pool, int cfd, pid_t pid, sec_mod_st *sec, cmd_r
|
||||
SESSION_RESUME_REPLY_MSG__INIT;
|
||||
SessionResumeFetchMsg *fmsg;
|
||||
|
||||
/* FIXME: rate limit that */
|
||||
|
||||
fmsg =
|
||||
session_resume_fetch_msg__unpack(&pa, buffer_size,
|
||||
buffer);
|
||||
|
||||
Reference in New Issue
Block a user