From: Guy Harris Date: Mon, 15 Aug 2011 00:28:02 +0000 (-0700) Subject: Get rid of another zero-length array. X-Git-Tag: tcpdump-4.2.1~20 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/078d89983962c35fd2014e80e510dd5ccd44544e Get rid of another zero-length array. --- diff --git a/print-rpki-rtr.c b/print-rpki-rtr.c index 58890ee8..8679759e 100644 --- a/print-rpki-rtr.c +++ b/print-rpki-rtr.c @@ -85,7 +85,6 @@ typedef struct rpki_rtr_pdu_ipv6_prefix_ { typedef struct rpki_rtr_pdu_error_report_ { rpki_rtr_pdu pdu_header; u_char encapsulated_pdu_length[4]; /* Encapsulated PDU length */ - u_char variable[0]; } rpki_rtr_pdu_error_report; /*