From: Amos Jeffries Date: Thu, 9 Apr 2009 09:24:20 +0000 (+1200) Subject: Author: Rafal Ramocki X-Git-Tag: SQUID_3_1_0_8~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cc44ab0f5304f462329f5babea709aa4fd57286;p=thirdparty%2Fsquid.git Author: Rafal Ramocki Bug 2589: SNMP returning no data - wrong oid decoded. --- diff --git a/include/asn1.h b/include/asn1.h index 7ee8dd8c2c..295c93b591 100644 --- a/include/asn1.h +++ b/include/asn1.h @@ -35,7 +35,7 @@ **********************************************************************/ #ifndef EIGHTBIT_SUBIDS -typedef u_int8_t oid; +typedef u_int oid; #define MAX_SUBID 0xFFFFFFFF #else typedef u_char oid;