]> The Tcpdump Group git mirrors - tcpdump/commitdiff
IEEE 802.11: Add a missing comma to separate two string literals
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 25 May 2020 18:21:57 +0000 (20:21 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 25 May 2020 18:22:02 +0000 (20:22 +0200)
Should fix Coverity CID 1463833.

print-802_11.c

index a34fc0719873ae8250ed7acb682ca27b6c386418..7fcf3994df29168403afdb7192547bc633a28f85 100644 (file)
@@ -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 */