Uses new cw_put_ac_status function.

FossilOrigin-Name: 3b77ffd04fad8305d44cd8f791121d9b079da40cd3c34237012792fcc6dde91c
This commit is contained in:
7u83@mail.ru 2016-03-21 19:13:39 +00:00
parent d5c3949bbf
commit fa073e7e66
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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,