GTPv2: fix Copy-paste error (CID 1158587)

Change-Id: I56eaa2071b4b8042c214cf882d35ebec646d2cb5
Reviewed-on: https://code.wireshark.org/review/6169
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-12-31 12:42:09 +01:00 committed by Anders Broman
parent f485b28090
commit 02f41b1e71
1 changed files with 2 additions and 3 deletions

View File

@ -3757,9 +3757,8 @@ dissect_gtpv2_mm_context_utms_qq(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tr
proto_tree_add_item(tree, hf_gtpv2_ik, tvb, offset, 16, ENC_NA);
offset += 16;
if ( nr_qua )
{
offset = dissect_gtpv2_authentication_quadruplets(tvb, tree, offset, nr_qui);
if ( nr_qua ) {
offset = dissect_gtpv2_authentication_quadruplets(tvb, tree, offset, nr_qua);
}
if (nr_qui) {