aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/bootp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index ffd35bcede..24799dd85f 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -241,6 +241,7 @@ dhcpstat_init(const char *optarg, void *userdata _U_)
"bootp",
sp,
filter,
+ 0,
dhcpstat_reset,
dhcpstat_packet,
dhcpstat_draw);
@@ -267,7 +268,7 @@ dhcpstat_init(const char *optarg, void *userdata _U_)
window_present(sp->win);
- cf_retap_packets(&cfile, FALSE);
+ cf_retap_packets(&cfile);
gdk_window_raise(sp->win->window);
}