CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/29 07:23:32
Modified files:
usr.sbin/snmpd : application.c
Log message:
When a backend disappears while handling a request, make sure that the
outstanding requests are handled by the next backend, instead of leaking
memory.
OK tb@
