Uses new cw_put_ac_status function.
FossilOrigin-Name: 3b77ffd04fad8305d44cd8f791121d9b079da40cd3c34237012792fcc6dde91c
This commit is contained in:
parent
d5c3949bbf
commit
fa073e7e66
@ -22,7 +22,7 @@ int capwap_out_ac_descriptor(struct conn *conn,struct cw_action_out * a,uint8_t
|
||||
return 0;
|
||||
}
|
||||
|
||||
d+=cw_put_ac_status(d ,(struct cw_ac_status*)(i->data));
|
||||
d+=cw_put_ac_status(d ,(struct cw_ac_status*)(i->data),conn);
|
||||
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@ int cisco_out_ac_descriptor(struct conn *conn,struct cw_action_out * a,uint8_t *
|
||||
return 0;
|
||||
}
|
||||
|
||||
d+=cw_put_ac_status(d ,(struct cw_ac_status*)(i->data));
|
||||
d+=cw_put_ac_status(d ,(struct cw_ac_status*)(i->data),conn);
|
||||
|
||||
|
||||
/* Send back the same software as the WTP has,
|
||||
|
Loading…
Reference in New Issue
Block a user