GAS server: Add forgotten break statement to a switch case
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5c4b93d72e
commit
771e2f7b33
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id,
|
|||
"IP Addr Type Availability",
|
||||
hapd->conf->ipaddr_type_configured,
|
||||
0, 0, qi);
|
||||
break;
|
||||
case ANQP_DOMAIN_NAME:
|
||||
set_anqp_req(ANQP_REQ_DOMAIN_NAME, "Domain Name",
|
||||
hapd->conf->domain_name != NULL,
|
||||
|
|
Loading…
Reference in a new issue