btatt: clear variable (CID 1268204)

Change-Id: Id4d057d730899fac14146845a530fae2525ba965
Reviewed-on: https://code.wireshark.org/review/10955
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Dario Lombardo 2015-10-12 17:48:55 +02:00 committed by Peter Wu
parent 8adb9c0e68
commit 1859ae8aca
1 changed files with 1 additions and 2 deletions

View File

@ -5920,8 +5920,7 @@ dissect_btatt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
bluetooth_uuid_t uuid;
guint mtu;
uuid.size = 0;
uuid.bt_uuid = 0;
memset(&uuid, 0, sizeof uuid);
bluetooth_data = (bluetooth_data_t *) data;