(note to Bart: we're in "voting mode" for release candidates on the
trunk right now.  Which means no one should be touching trunk without
discussion -coders first please.  Thanks!)

Bart already applied this patches which means:

1) if it doesn't get +3 it will be reverted
2) we need to decide if it's worth it to publish a rc3 because of it
   (and another):

However the patch gets +1 for me, though I probably wouldn't hold up 5.6
for it just to do another rc3.  It's safe enough to go straight to final
with it, IMHO.

--- trunk/net-snmp/agent/mibgroup/mibII/system_mib.c    2010/09/04 03:09:45     
19370
+++ trunk/net-snmp/agent/mibgroup/mibII/system_mib.c    2010/09/04 06:37:23     
19371
@@ -168,7 +168,7 @@
 static void
 system_parse_config_sysObjectID(const char *token, char *cptr)
 {
-    int sysObjectIDLength = MAX_OID_LEN;
+    size_t sysObjectIDLength = MAX_OID_LEN;
     if (!read_objid(cptr, sysObjectID, &sysObjectIDLength)) {
        netsnmp_config_error("sysobjectid token not a parsable OID:\n\t%s",
                             cptr);


-- 
Wes Hardaker
Please mail all replies to net-snmp-coders@lists.sourceforge.net

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to