aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--trace-record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-record.c b/trace-record.c
index 9343822..2611bfa 100644
--- a/trace-record.c
+++ b/trace-record.c
@@ -1391,7 +1391,7 @@ static void setup_network(void)
1391 } 1391 }
1392 1392
1393 /* Now create the handle through this socket */ 1393 /* Now create the handle through this socket */
1394 handle = tracecmd_create_init_fd(sfd); 1394 handle = tracecmd_create_init_fd_glob(sfd, listed_events);
1395 1395
1396 /* OK, we are all set, let'r rip! */ 1396 /* OK, we are all set, let'r rip! */
1397} 1397}