aboutsummaryrefslogtreecommitdiffstats
path: root/tap-httpstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-httpstat.c')
-rw-r--r--tap-httpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-httpstat.c b/tap-httpstat.c
index 2e5e3454ad..f3201d2fc4 100644
--- a/tap-httpstat.c
+++ b/tap-httpstat.c
@@ -325,5 +325,5 @@ gtk_httpstat_init(char *optarg)
void
register_tap_listener_gtkhttpstat(void)
{
- register_ethereal_tap("http,stat,", gtk_httpstat_init);
+ register_tap_listener_cmd_arg("http,stat,", gtk_httpstat_init);
}