From: Amos Jeffries Date: Mon, 9 Mar 2009 23:33:08 +0000 (+1300) Subject: Author: Rafal Ramocki X-Git-Tag: SQUID_3_2_0_1~1127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88c4e50c1c95c54fc110bca92d5adf5daa1a28cb;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;