More work on CAPWAP VM
FossilOrigin-Name: 9d9a86d2bafe31253a6f505e874f188792539485bb4462f4d778e6c53ac3000b
This commit is contained in:
@ -96,7 +96,7 @@ int cw_in_wtp_board_data(struct conn *conn, struct cw_action_in *a, uint8_t * da
|
||||
return 1;
|
||||
}
|
||||
|
||||
cw_itemstore_t itemstore = conn->itemstore;
|
||||
cw_itemstore_t itemstore = conn->remote;
|
||||
cw_itemstore_set_dword(itemstore, CW_ITEM_WTP_BOARD_VENDOR,cw_get_dword(data));
|
||||
|
||||
readsubelems_wtp_board_data(itemstore,data+4,len-4);
|
||||
|
Reference in New Issue
Block a user