>>>>> On Thu, 3 Jun 2004 13:50:14 -0700 (PDT), gg gg <[EMAIL PROTECTED]> said:
gg> There seems to be something wrong in gg> netsnmp_table_helper_add_indexes gg> (agent\helpers\table.c) The call to va_arg extracts gg> items of type int, but ASN_INTEGER is defined as gg> u_char. Shouldn't: gg> ((type = va_arg(debugargs, int) gg> be gg> ((type = va_arg(debugargs, u_char) It should get converted just fine, so no... it should be left like that in case future types get defined past 255. -- Wes Hardaker Sparta ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
