]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Rafal Ramocki <maniac@sistbg.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 Mar 2009 23:33:08 +0000 (12:33 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 Mar 2009 23:33:08 +0000 (12:33 +1300)
Bug 2589: SNMP returning no data - wrong oid decoded.

include/asn1.h

index 7ee8dd8c2c205f0a0bab50f3fea4266bf8b3f523..295c93b591364cbae12954a2bfbcf298dc60ad6e 100644 (file)
@@ -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;