This should make the Linux buildbot happy.

svn path=/trunk/; revision=46670
This commit is contained in:
Michael Tüxen 2012-12-21 13:53:21 +00:00
parent 67f86530b1
commit edc47dbf88
1 changed files with 1 additions and 1 deletions

View File

@ -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) {