Fix a typo.

svn path=/trunk/; revision=22171
This commit is contained in:
Anders Broman 2007-06-23 15:31:37 +00:00
parent 1f786cac31
commit 442538ce0b

View file

@ -2060,7 +2060,7 @@ printf("SET dissect_ber_set(%s) calling subdissector\n",name);
/* Assume that we have a malformed packet. */
THROW(ReportedBoundsError);
}
imp_tag = TRUE;
imp_tag = FALSE;
if ((cset->flags & BER_FLAGS_IMPLTAG))
imp_tag = TRUE;
count=cset->func(imp_tag, next_tvb, 0, actx, tree, *cset->p_id);