Never, never, never modify a generated file... or out of idiocy you might loose changes (or not check them in).

svn path=/trunk/; revision=22619
This commit is contained in:
Luis Ontanon 2007-08-24 00:33:35 +00:00
parent e7d5e2fc2d
commit 2fdaae5dc2
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ extern int dissect_snmp_VarBind(gboolean implicit_tag _U_,
guint key_len = oid_left;
oid_info_is_ok = TRUE;
if (key_start = oid_matched+oid_left && ber_class == BER_CLASS_UNI && tag == BER_UNI_TAG_NULL) {
if ( key_len == 0 && ber_class == BER_CLASS_UNI && tag == BER_UNI_TAG_NULL) {
/* unSpecified does not require an instance sub-id add the new value and get off the way! */
pi_value = proto_tree_add_item(pt_varbind,hf_snmp_unSpecified,tvb,value_offset,value_len,FALSE);
goto set_label;