summaryrefslogtreecommitdiffstats
path: root/src/dumper.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-11 12:02:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-11 12:02:40 +0000
commit4e0143a3bd62defb458342444822a445d8513107 (patch)
tree4b8ea3f51cf497c3e8539be41a16242c19054be1 /src/dumper.c
parentAdding upstream version 2.2.0. (diff)
downloaddnscap-4e0143a3bd62defb458342444822a445d8513107.tar.xz
dnscap-4e0143a3bd62defb458342444822a445d8513107.zip
Adding upstream version 2.2.1.upstream/2.2.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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);
}