Browse Source

GAS server: Add forgotten break statement to a switch case

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 12 years ago
parent
commit
771e2f7b33
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ap/gas_serv.c

+ 1 - 0
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,