]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fixed missing double quote
authorMister X <[email protected]>
Thu, 20 Jun 2019 21:58:47 +0000 (21:58 +0000)
committerMister X <[email protected]>
Thu, 20 Jun 2019 21:58:47 +0000 (21:58 +0000)
print-802_11.c

index 7c8ae540b1e2e0b9274487cec5ba436cf63398c3..8d8200a017cd16f59471a6e15283971754eb8bae 100644 (file)
@@ -914,7 +914,7 @@ static const char *reason_text[] = {
        "Reserved",                                             /* 0 */
        "Unspecified reason",                                   /* 1 */
        "Previous authentication no longer valid",              /* 2 */
-       "Deauthenticated because sending STA is leaving (or has left)
+       "Deauthenticated because sending STA is leaving (or has left)"
          "IBSS or ESS",                                        /* 3 */
        "Disassociated due to inactivity",                      /* 4 */
        "Disassociated because AP is unable to handle all currently "