Revert 40772: the abort() needs to be pushed higher (into packet.c?) so

checkapi remains happy; thus far my attempts at that aren't working.

svn path=/trunk/; revision=40773
This commit is contained in:
Jeff Morriss 2012-01-30 19:23:25 +00:00
parent 0a8b301218
commit 509c2203eb
1 changed files with 0 additions and 3 deletions

View File

@ -496,9 +496,6 @@ show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
"%s",
exception_message == NULL ?
dissector_error_nomsg : exception_message);
if (getenv("WIRESHARK_ABORT_ON_DISSECTOR_BUG") != NULL)
abort();
break;
default: