diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 08:48:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 08:48:28 +0000 |
commit | 22a29c0010e8ecee203d610e2477150004c74cf6 (patch) | |
tree | 92257b3ce72b5e0ac22ab592272c777420e497db /src/dumper.c | |
parent | Releasing debian version 2.1.0-2. (diff) | |
download | dnscap-22a29c0010e8ecee203d610e2477150004c74cf6.tar.xz dnscap-22a29c0010e8ecee203d610e2477150004c74cf6.zip |
Merging upstream version 2.1.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/dumper.c')
-rw-r--r-- | src/dumper.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dumper.c b/src/dumper.c index 56f0c70..95d92a5 100644 --- a/src/dumper.c +++ b/src/dumper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2022, OARC, Inc. + * Copyright (c) 2016-2023, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -241,8 +241,6 @@ int dumper_close(my_bpftimeval ts) dumper = FALSE; } } else if (options.dump_format == cbor) { - int ret; - if (dump_type == to_stdout) { ret = dump_cbor(stdout); @@ -265,8 +263,6 @@ int dumper_close(my_bpftimeval ts) } } } else if (options.dump_format == cds) { - int ret; - if (dump_type == to_stdout) { ret = dump_cds(stdout); |