Link the result of each mps_getbulkreq() to the end of the previous list
authorsthen <sthen@openbsd.org>
Thu, 8 Oct 2015 08:17:30 +0000 (08:17 +0000)
committersthen <sthen@openbsd.org>
Thu, 8 Oct 2015 08:17:30 +0000 (08:17 +0000)
commit0081bf83ec8252ae3df34a8dd49405c13ee5d595
treede7a1088063dc44c14f2497c4be60820c02b1408
parent8eb8d24c9f2a0eb8e1a525a8a554979fd6efae55
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@
usr.sbin/snmpd/mps.c
usr.sbin/snmpd/snmpd.h
usr.sbin/snmpd/snmpe.c