From: Mister X <3520734+Mister-X-@users.noreply.github.com> Date: Thu, 20 Jun 2019 21:58:47 +0000 (+0000) Subject: Fixed missing double quote X-Git-Tag: tcpdump-4.99-bp~391^2~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b8377853aa3c2da28ebee7d45eb6da8485d9929f Fixed missing double quote --- diff --git a/print-802_11.c b/print-802_11.c index 7c8ae540..8d8200a0 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -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 "