More work on CAPWAP VM
FossilOrigin-Name: 9d9a86d2bafe31253a6f505e874f188792539485bb4462f4d778e6c53ac3000b
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "capwap.h"
|
||||
|
||||
const char * cw_strlist_get_str(struct cw_strlist *s,int id)
|
||||
const char * cw_strlist_get_str(struct cw_str *s,int id)
|
||||
{
|
||||
while ( s->id!=0){
|
||||
if (s->id==id)
|
||||
|
Reference in New Issue
Block a user