From: Francois-Xavier Le Bail Date: Mon, 25 May 2020 18:21:57 +0000 (+0200) Subject: IEEE 802.11: Add a missing comma to separate two string literals X-Git-Tag: tcpdump-4.99-bp~384 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/815e033571066730908dc91e0486ee136540db5e IEEE 802.11: Add a missing comma to separate two string literals Should fix Coverity CID 1463833. --- diff --git a/print-802_11.c b/print-802_11.c index a34fc071..7fcf3994 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -1091,7 +1091,7 @@ static const char *reason_text[] = { "requesting to close the mesh peering", /* 55 */ "The mesh STA has resent dot11MeshMaxRetries Mesh " "Peering Open frames, without receiving a Mesh Peering " - "Confirm frame" /* 56 */ + "Confirm frame", /* 56 */ "The confirmTimer for the mesh peering instance times out", /* 57 */ "The mesh STA fails to unwrap the GTK or the values in the " "wrapped contents do not match", /* 58 */