CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/15 03:22:12
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Call repo_check_timeout() before colleting the POLLOUT fds. Since
repo_abort() called by repo_check_timeout() will add messages to
be sent out.
OK tb@
