aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/follow_ssl.c')
-rw-r--r--gtk/follow_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/follow_ssl.c b/gtk/follow_ssl.c
index f9daa2f125..f128c4d735 100644
--- a/gtk/follow_ssl.c
+++ b/gtk/follow_ssl.c
@@ -203,7 +203,7 @@ follow_ssl_stream_cb(GtkWidget * w, gpointer data _U_)
}
/* data will be passed via tap callback*/
- msg = register_tap_listener("ssl", follow_info, follow_filter,
+ msg = register_tap_listener("ssl", follow_info, follow_filter, 0,
NULL, ssl_queue_packet_data, NULL);
if (msg)
{