summaryrefslogtreecommitdiffstats
path: root/src/dumper.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dumper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dumper.c b/src/dumper.c
index 88d83fd..1c57784 100644
--- a/src/dumper.c
+++ b/src/dumper.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2023, OARC, Inc.
+ * Copyright (c) 2016-2024 OARC, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -325,7 +325,7 @@ int dumper_close(my_bpftimeval ts)
int x;
if (!p->close)
continue;
- x = (*p->close)(ts);
+ x = (*p->close)();
if (x)
logerr("%s_close returned %d", p->name, x);
}