From 4e0143a3bd62defb458342444822a445d8513107 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 11 Sep 2024 14:02:40 +0200 Subject: Adding upstream version 2.2.1. Signed-off-by: Daniel Baumann --- src/dumper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dumper.c') 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); } -- cgit v1.2.3