aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-iostat.c')
-rw-r--r--tap-iostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-iostat.c b/tap-iostat.c
index 2821ffdade..b0c0659bd2 100644
--- a/tap-iostat.c
+++ b/tap-iostat.c
@@ -650,5 +650,5 @@ iostat_init(char *optarg)
void
register_tap_listener_iostat(void)
{
- register_ethereal_tap("io,stat,", iostat_init);
+ register_tap_listener_cmd_arg("io,stat,", iostat_init);
}