On Tue, 2005-09-13 at 08:13 -0700, Tom Cumming wrote: > In net-snmp-5.2.1.2/local/mib2c-conf.d/generic-table-indexes-to-oid.m2i: > > if(err) > snmp_log(LOG_ERR,"error %d converting index to oid\n"); > > Note that there's a %d with nothing to print... I assume it s/b > snmp_log(LOG_ERR,"error %d converting index to oid\n", err);
Quite correct. In fact, this particular bug has already been fixed in the CVS code (for both 5.2.x and main CVS branches). But thanks for pointing it out anyway. Dave ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
