summaryrefslogtreecommitdiff
path: root/tfshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-30 16:57:09 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-01 00:57:40 +0000
commitff18b35d8e3c1cf109ae438fa16d227bada8e1b0 (patch)
treeb2a8f5adc358fe6dd47b26f37d28c7d819873af6 /tfshark.c
parent18f01099694ed5c2758105f893ba37589f552717 (diff)
downloadwireshark-ff18b35d8e3c1cf109ae438fa16d227bada8e1b0.tar.gz
Fix compile error.
Change-Id: I858248e252a09f4348e7ab88bef81c8452f39051 Reviewed-on: https://code.wireshark.org/review/5550 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tfshark.c b/tfshark.c
index e41833a88e..cd6909c25f 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -1945,7 +1945,7 @@ load_cap_file(capture_file *cf, int max_packet_count, gint64 max_byte_count)
}
}
- wtap_phdr_cleanup(&phdr);
+ wtap_phdr_cleanup(&file_phdr);
if (err != 0) {
/*