CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/06 05:44:28
Modified files:
usr.sbin/snmpd : application.c application_agentx.c
application_internal.c parse.y smi.c snmpd.h
trap.c traphandler.c
Log message:
Replace most smi_oid2string() calls with the new mib_oid2string().
smi_oid2string() is still called from trap handle context to not break
any existing scripts.
OK tb@
