This commit is contained in:
vemax78
2013-09-30 17:37:34 +02:00
parent c736c23943
commit fa69ae9bba
2 changed files with 1 additions and 6 deletions

View File

@ -509,7 +509,7 @@ static int wtp_parsing_radio_configuration(config_setting_t* configElement, stru
return 0;
}
configItems = config_setting_get_member(configElement, "supported");
configItems = config_setting_get_member(configSection, "supported");
if (configItems != NULL) {
int count = config_setting_length(configItems);
if ((count > 0) && (count <= CAPWAP_TXPOWERLEVEL_MAXLENGTH)) {