CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2019/10/09 00:37:53
Modified files: usr.sbin/snmpd : mps.c smi.c Log message: Revert previous. This introduces problems when requesting the base oid of a scalar. For example if you getnext request 1.3.6.1.4.1.30155.6.1.1 you get a varbind oid of 1.3.6.1.4.1.30155.6.1.1.0, but the value of 1.3.6.1.4.1.30155.6.1.2.0. I have a fix in the making, but we're too close to release and here be too many dragons. Found by bluhm@