OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/hostapd/hostapd_cli.c
2 +++ b/hostapd/hostapd_cli.c
3 @@ -743,7 +743,7 @@ static int wpa_ctrl_command_sta(struct w
4 }
5  
6 buf[len] = '\0';
7 - if (memcmp(buf, "FAIL", 4) == 0)
8 + if (memcmp(buf, "FAIL", 4) == 0 || memcmp(buf, "UNKNOWN COMMAND", 15) == 0)
9 return -1;
10 if (print)
11 printf("%s", buf);