CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/08 02:17:31
Modified files:
usr.sbin/snmpd : mps.c snmpd.h snmpe.c
Log message:
Link the result of each mps_getbulkreq() to the end of the previous list
and not the start of it. Fixes getbulk requests for multiple OIDs.
>From Gerhard Roth, ok blambert@
