summaryrefslogtreecommitdiff
path: root/mergecap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mergecap.c b/mergecap.c
index 8ebed8789e..685b0da686 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -448,8 +448,7 @@ main(int argc, char *argv[])
phdr = &snap_phdr;
}
- if (!wtap_dump(pdh, phdr, wtap_pseudoheader(in_file->wth),
- wtap_buf_ptr(in_file->wth), &write_err)) {
+ if (!wtap_dump(pdh, phdr, wtap_buf_ptr(in_file->wth), &write_err)) {
got_write_error = TRUE;
break;
}