Removed.
FossilOrigin-Name: 7647485152a264155fdbb5f8ca2adb5b0220a27feb370259bfd0a34755a13d82
This commit is contained in:
parent
1158167262
commit
70cd2bace2
@ -1,14 +0,0 @@
|
||||
#include "capwap.h"
|
||||
#include "capwap_items.h"
|
||||
#include "cw_log.h"
|
||||
#include "itemstore.h"
|
||||
|
||||
|
||||
int cw_in_wtp_name(struct conn *conn,struct cw_action_in * a,uint8_t *data,int len)
|
||||
{
|
||||
if (len > 512){
|
||||
cw_dbg(DBG_CW_RFC, "WTP Name too long, must not exceed 512, len is %d",len);
|
||||
}
|
||||
cw_itemstore_set_strn(conn->itemstore,CW_ITEM_WTP_NAME,(const char*)data,len);
|
||||
return 1;
|
||||
}
|
Loading…
Reference in New Issue
Block a user