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>
This commit is contained in:
Alexis La Goutte 2016-03-29 21:12:36 +02:00 committed by Jaap Keuter
parent 070ea6f587
commit 6128ca02eb
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}