]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
GAS server: Add forgotten break statement to a switch case
authorJouni Malinen <j@w1.fi>
Tue, 7 Aug 2012 12:46:26 +0000 (15:46 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Aug 2012 12:46:26 +0000 (15:46 +0300)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/gas_serv.c

index 14121684f802925a73f77571dfb8d4d314e5ea15..249cf46f3f0239b750af3706f7e4ab7daab76316 100644 (file)
@@ -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,