CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/24 03:00:53
Modified files:
usr.sbin/snmpd : application_agentx.c
Log message:
RFC2741 section 7.1.1 tells us that if a pdu can't be parsed we must
return a parseerror. Make sure we can differentiate between parseerror and
openfailed.
OK tb@
