From: Jouni Malinen Date: Tue, 7 Aug 2012 12:46:26 +0000 (+0300) Subject: GAS server: Add forgotten break statement to a switch case X-Git-Tag: hostap_2_0~476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=771e2f7b3302f7741594f9c669a225f5aa64f9e9;p=thirdparty%2Fhostap.git GAS server: Add forgotten break statement to a switch case Signed-hostap: Jouni Malinen --- diff --git a/src/ap/gas_serv.c b/src/ap/gas_serv.c index 14121684f..249cf46f3 100644 --- a/src/ap/gas_serv.c +++ b/src/ap/gas_serv.c @@ -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,