fix AC compilation
This commit is contained in:
@ -77,7 +77,7 @@ static void* ac_json_80211_macoperation_createmessageelement(struct json_object*
|
||||
static int ac_json_80211_macoperation_addmessageelement(struct ac_json_ieee80211_wtpradio* wtpradio, void* data, int overwrite) {
|
||||
struct capwap_80211_macoperation_element* macoperation = (struct capwap_80211_macoperation_element*)data;
|
||||
struct ac_json_ieee80211_item* item = &wtpradio->items[macoperation->radioid - 1];
|
||||
struct capwap_message_elements_ops* ops = capwap_get_message_element_ops(CAPWAP_ELEMENT_80211_MACOPERATION);
|
||||
const struct capwap_message_elements_ops *ops = capwap_get_message_element_ops(CAPWAP_ELEMENT_80211_MACOPERATION);
|
||||
|
||||
if (item->macoperation) {
|
||||
if (!overwrite) {
|
||||
|
Reference in New Issue
Block a user