Fix Flow Graph never using Standard Addresses when requested

Bug: 10966
Change-Id: I5ccc78b8c39f623a4e157572d1caa228c9bb3713
Reviewed-on: https://code.wireshark.org/review/10450
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Ben Fox-Moore 2015-09-09 17:30:32 +02:00 committed by Pascal Quantin
parent ecc62d8706
commit b6be1c2197
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ toggle_select_srcdst(GtkWidget *widget _U_, gpointer user_data _U_)
{
/* is the button now active? */
if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(src_dst_rb))) {
graph_analysis->any_addr = TRUE;
graph_analysis->any_addr = FALSE;
}
}