aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-21 13:53:21 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-21 13:53:21 +0000
commitedc47dbf8883f4f9e8b16ad0b8270629266ca59f (patch)
tree8729cd5b371c54f72138da15da26583d1b9056ec /text2pcap.c
parent67f86530b18d36d6b619eb2d8b3e63ba5762460e (diff)
This should make the Linux buildbot happy.
svn path=/trunk/; revision=46670
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 585d109018..e0c93297d3 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -575,7 +575,7 @@ static void
write_current_packet (void)
{
unsigned long length = 0;
- guint16 padding_length;
+ guint16 padding_length = 0;
struct pcaprec_hdr ph;
if (curr_offset > header_length) {