CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2022/12/20 13:04:55
Modified files: usr.sbin/snmpd : application.c Log message: Make ar[du]_{nonrepeaters,maxrepetitions} uint16_t instead of int16_t. snmp uses signed 32 bits integers and agentx uses unsigned 16 bits integers. I somehow ended up somewhere in between. OK sthen@, kn@