aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-04 20:49:17 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-04 20:49:17 +0000
commit732de9018d95d6e805e971401ed70e16d4e90b9c (patch)
treeaca95352b5b5f102aa93275c5a868ac4033bde1a /wiretap
parent7348837ccd6f2e588ee779ff8b73cc703936e359 (diff)
Squelch a can't-really-happen uninitialized reference warning.
svn path=/trunk/; revision=41342
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/pcapng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c
index ca5e5c2685..213928a613 100644
--- a/wiretap/pcapng.c
+++ b/wiretap/pcapng.c
@@ -2465,7 +2465,7 @@ pcapng_write_if_descr_block(wtap_dumper *wdh, wtapng_if_descr_t *int_data, int *
struct option option_hdr; /* guint16 type, guint16 value_length; */
guint32 options_total_length = 0;
guint32 comment_len = 0, if_name_len = 0, if_description_len = 0 , if_os_len = 0, if_filter_str_len = 0;
- guint32 comment_pad_len = 0, if_name_pad_len = 0, if_description_pad_len = 0, if_os_pad_len = 0, if_filter_str_pad_len;
+ guint32 comment_pad_len = 0, if_name_pad_len = 0, if_description_pad_len = 0, if_os_pad_len = 0, if_filter_str_pad_len = 0;
pcapng_debug3("pcapng_write_if_descr_block: encap = %d (%s), snaplen = %d",