sctp_byte_graph_dlg: fix The 'u_data' variable is assigned to itself found by PVS Studio (V570)

Change-Id: I6cde7c8357ad6295706c64ce6d280a867bdb9aad
Reviewed-on: https://code.wireshark.org/review/12338
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-12-01 19:59:40 +01:00 committed by Anders Broman
parent 21ac94a323
commit dde90234c9
1 changed files with 0 additions and 1 deletions

View File

@ -712,7 +712,6 @@ static void sctp_graph_redraw(struct sctp_udata *u_data)
static void on_sack_bt(GtkWidget *widget _U_, struct sctp_udata *u_data)
{
u_data = (struct sctp_udata *) u_data;
u_data->io->graph_type = 2;
sctp_graph_redraw(u_data);
}