From edc47dbf8883f4f9e8b16ad0b8270629266ca59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Fri, 21 Dec 2012 13:53:21 +0000 Subject: [PATCH] This should make the Linux buildbot happy. svn path=/trunk/; revision=46670 --- text2pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {