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