aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-btle.c')
-rw-r--r--epan/dissectors/packet-btle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btle.c b/epan/dissectors/packet-btle.c
index 00c9142f79..e9e74b0f35 100644
--- a/epan/dissectors/packet-btle.c
+++ b/epan/dissectors/packet-btle.c
@@ -331,8 +331,8 @@ dissect_btle(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
if (btle_context)
bluetooth_data = btle_context->previous_protocol_data.bluetooth_data;
- if (bluetooth_data)
- ubertooth_data = bluetooth_data->previous_protocol_data.ubertooth_data;
+ if (bluetooth_data)
+ ubertooth_data = bluetooth_data->previous_protocol_data.ubertooth_data;
src_bd_addr = (gchar *) wmem_alloc(pinfo->pool, 6);
dst_bd_addr = (gchar *) wmem_alloc(pinfo->pool, 6);