CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/08 13:07:14
Modified files:
usr.sbin/snmpd : application.c application.h snmpe.c usm.c
Log message:
Let usm_make_report() utilize appl_report(). usm_make_report utilized
mps_getstr(), which after moving the SNMPv2-SMI::snmpV2 into
application_internal returned a noSuchObject. This doesn't seem to have
broken any tools that I'm aware of, but this returns the correct result.
OK tb@
