Fix Result of operation is garbage or undefined warning found by Clang

svn path=/trunk/; revision=54410
This commit is contained in:
Alexis La Goutte 2013-12-23 20:12:13 +00:00
parent b48d585d6c
commit 8b468ca3ff
1 changed files with 1 additions and 1 deletions

View File

@ -2997,7 +2997,7 @@ dissect_usb_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent,
usb_setup_dissector dissector;
proto_item *ti = NULL;
proto_tree *setup_tree = NULL;
int type_2;
int type_2 = 0;
if (is_request) {
if (setup_flag == 0) {