aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-29 21:12:36 +0200
committerJaap Keuter <jaap.keuter@xs4all.nl>2016-03-29 21:16:48 +0000
commit6128ca02ebea4c49ed379c5c6007dab7439367a1 (patch)
tree3902ef523b6d995d2c2f9e70d9b4ad268111e030 /epan/dissectors/packet-tcp.c
parent070ea6f58739ff747727974d226fd101a7632c01 (diff)
TCP: Remove double semicolon
Change-Id: I77f96cfee089b8e6a26504279c7a6cd4b6e36a5c Reviewed-on: https://code.wireshark.org/review/14696 Reviewed-by: Matthieu Coudron <matthieu.coudron@lip6.fr> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-tcp.c')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index e0f041c6c3..6d2eea0816 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -3500,7 +3500,7 @@ mptcp_get_meta_from_token(struct tcp_analysis* tcpd, tcp_flow_t *tcp_flow, guint
}
tcp_flow->mptcp_subflow->meta->token = token;
- tcp_flow->mptcp_subflow->meta->static_flags |= MPTCP_META_HAS_TOKEN;;
+ tcp_flow->mptcp_subflow->meta->static_flags |= MPTCP_META_HAS_TOKEN;
wmem_tree_insert32(mptcp_tokens, token, mptcpd);
}