CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/16 07:35:25
Modified files:
usr.sbin/snmpd : application.c
Log message:
In appl_processpdu() no need to set avi_next, and only set av_next up
to varbindlen, since its only use is to print the varbindlist via
appl_pdu_log() and both are further properly initialized in
appl_request_upstream_resolve().
This fixes a cosmetic off by one for getbulk requests.
OK tb@
