Fix packet-bootp.c:5368:18: error: 'ti' may be used uninitialized in this

function

Change-Id: I15f32e7b5c9ce23e1ddc00792b2d5c37945ae081
Reviewed-on: https://code.wireshark.org/review/920
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2014-04-02 13:31:29 +02:00 committed by Anders Broman
parent 255eca0c1c
commit 8570f17510
1 changed files with 1 additions and 1 deletions

View File

@ -5365,7 +5365,7 @@ dissect_bootp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
if ((dhcp_type != NULL) && (!at_end))
{
expert_add_info(pinfo, ti, &ei_bootp_end_option_missing);
expert_add_info(pinfo, bp_ti, &ei_bootp_end_option_missing);
}
if (voff < eoff) {
/*