aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ncp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ncp_stat.c')
-rw-r--r--gtk/ncp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ncp_stat.c b/gtk/ncp_stat.c
index 838b205abb..033a95d567 100644
--- a/gtk/ncp_stat.c
+++ b/gtk/ncp_stat.c
@@ -698,7 +698,7 @@ gtk_ncpstat_init(const char *optarg, void *userdata _U_)
init_srt_table(&ss->nmas_srt_table, 256, temp_page, "nmas.subverb");
/* Register the tap listener */
- error_string=register_tap_listener("ncp_srt", ss, filter, ncpstat_reset, ncpstat_packet, ncpstat_draw);
+ error_string=register_tap_listener("ncp_srt", ss, filter, 0, ncpstat_reset, ncpstat_packet, ncpstat_draw);
if(error_string){
simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s", error_string->str);
g_string_free(error_string, TRUE);