CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2020/08/08 07:02:54
Modified files: usr.bin/snmp : smi.c Log message: Clean up smi_mibtree. It checks on o_oid[0] for 0, which prevents us from adding the ccitt oid and its zeroDotZero subsidiary. Change this to check for o_name, which is always set, because mibtree is filled by MIBDECL().